Skip to content

Commit ece06d8

Browse files
chore(release): 1.653.0 [skip ci]
# [1.653.0](v1.652.1...v1.653.0) (2026-07-15) ### Bug Fixes * move read-only lookup routes (regions, brand-presence stats) to capability-gated access ([#2819](#2819)) ([312180b](312180b)) ### Features * **prompts:** source-aware upsertPrompts + reject unregistered sources ([#2810](#2810)) ([04e9fc8](04e9fc8)), closes [#793](#793) [#793](#793) [#793](#793) [#793](#793) [#2692](#2692)
1 parent 312180b commit ece06d8

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.653.0](https://github.com/adobe/spacecat-api-service/compare/v1.652.1...v1.653.0) (2026-07-15)
2+
3+
4+
### Bug Fixes
5+
6+
* move read-only lookup routes (regions, brand-presence stats) to capability-gated access ([#2819](https://github.com/adobe/spacecat-api-service/issues/2819)) ([312180b](https://github.com/adobe/spacecat-api-service/commit/312180bc7791848d036e7778da6b8556f3f4681a))
7+
8+
9+
### Features
10+
11+
* **prompts:** source-aware upsertPrompts + reject unregistered sources ([#2810](https://github.com/adobe/spacecat-api-service/issues/2810)) ([04e9fc8](https://github.com/adobe/spacecat-api-service/commit/04e9fc8a8b1b38b8b9ac6d28dd3fd101b9face58)), closes [#793](https://github.com/adobe/spacecat-api-service/issues/793) [#793](https://github.com/adobe/spacecat-api-service/issues/793) [#793](https://github.com/adobe/spacecat-api-service/issues/793) [#793](https://github.com/adobe/spacecat-api-service/issues/793) [#2692](https://github.com/adobe/spacecat-api-service/issues/2692)
12+
113
## [1.652.1](https://github.com/adobe/spacecat-api-service/compare/v1.652.0...v1.652.1) (2026-07-15)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spacecat-api-service",
3-
"version": "1.652.1",
3+
"version": "1.653.0",
44
"description": "SpaceCat API Service",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)