From 8890a83ef5c042c52da74e3dc5e5e38cd87f140f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 13:23:39 +0000 Subject: [PATCH] chore(release): 16.7.15 [skip ci] ## [16.7.15](https://github.com/adobe/helix-cli/compare/v16.7.14...v16.7.15) (2024-10-15) ### Bug Fixes * **deps:** update dependency @adobe/helix-shared-config to v11.0.5 ([#2440](https://github.com/adobe/helix-cli/issues/2440)) ([8954922](https://github.com/adobe/helix-cli/commit/895492264115b377262cecf70552fcc4d5e6a2b7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bcdfb1..d91eb34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [16.7.15](https://github.com/adobe/helix-cli/compare/v16.7.14...v16.7.15) (2024-10-15) + + +### Bug Fixes + +* **deps:** update dependency @adobe/helix-shared-config to v11.0.5 ([#2440](https://github.com/adobe/helix-cli/issues/2440)) ([8954922](https://github.com/adobe/helix-cli/commit/895492264115b377262cecf70552fcc4d5e6a2b7)) + ## [16.7.14](https://github.com/adobe/helix-cli/compare/v16.7.13...v16.7.14) (2024-10-15) diff --git a/package-lock.json b/package-lock.json index 88263edc..0e3e6d7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/aem-cli", - "version": "16.7.14", + "version": "16.7.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/aem-cli", - "version": "16.7.14", + "version": "16.7.15", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", diff --git a/package.json b/package.json index b6cb9fe6..44c902a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-cli", - "version": "16.7.14", + "version": "16.7.15", "description": "AEM CLI", "main": "index.js", "type": "module",