Skip to content

Commit 3ddb363

Browse files
chore(release): 1.43.0 [skip ci]
# [1.43.0](v1.42.0...v1.43.0) (2025-06-24) ### Bug Fixes * correct URL formatting for logo retrieval in getCachedSites function ([87bd99f](87bd99f)) ### Features * add logo existence check to API endpoint for cached websites ([60d8c95](60d8c95))
1 parent 31b5323 commit 3ddb363

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.43.0](https://github.com/trycompai/comp/compare/v1.42.0...v1.43.0) (2025-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* correct URL formatting for logo retrieval in getCachedSites function ([87bd99f](https://github.com/trycompai/comp/commit/87bd99fe0426233ff2b8356b05a44e80c4becd79))
7+
8+
9+
### Features
10+
11+
* add logo existence check to API endpoint for cached websites ([60d8c95](https://github.com/trycompai/comp/commit/60d8c95318197f17996fca6cf2d1a470373f275f))
12+
113
# [1.42.0](https://github.com/trycompai/comp/compare/v1.41.1...v1.42.0) (2025-06-24)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comp",
3-
"version": "1.42.0",
3+
"version": "1.43.0",
44
"devDependencies": {
55
"@azure/core-http": "^3.0.5",
66
"@azure/core-rest-pipeline": "^1.21.0",

0 commit comments

Comments
 (0)