Skip to content

Commit 0f4c504

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.4...v1.17.0) (2025-11-21) ### Features * add source endpoint with simple get/head/put operations ([#35](#35)) ([2299c48](2299c48)), closes [#43](#43)
1 parent 2299c48 commit 0f4c504

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.17.0](https://github.com/adobe/helix-api-service/compare/v1.16.4...v1.17.0) (2025-11-21)
2+
3+
4+
### Features
5+
6+
* add source endpoint with simple get/head/put operations ([#35](https://github.com/adobe/helix-api-service/issues/35)) ([2299c48](https://github.com/adobe/helix-api-service/commit/2299c488cce9b2b7a42759d5b22fb6b4c1885735)), closes [#43](https://github.com/adobe/helix-api-service/issues/43)
7+
18
## [1.16.4](https://github.com/adobe/helix-api-service/compare/v1.16.3...v1.16.4) (2025-11-19)
29

310

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/helix-api-service",
3-
"version": "1.16.4",
3+
"version": "1.17.0",
44
"private": true,
55
"description": "Helix Admin API Service",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)