From 27c87f179da9eb74e3e12b1836cf94e42841e4a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 12:19:57 +0000 Subject: [PATCH] chore(release): 16.3.18 [skip ci] ## [16.3.18](https://github.com/adobe/helix-cli/compare/v16.3.17...v16.3.18) (2024-05-30) ### Bug Fixes * improve aem up error handling ([f319855](https://github.com/adobe/helix-cli/commit/f319855d7e1ab0eea189f4fbb207dbb3510ece2f)), closes [#2369](https://github.com/adobe/helix-cli/issues/2369) --- 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 f8f631f6a..c3b979446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [16.3.18](https://github.com/adobe/helix-cli/compare/v16.3.17...v16.3.18) (2024-05-30) + + +### Bug Fixes + +* improve aem up error handling ([f319855](https://github.com/adobe/helix-cli/commit/f319855d7e1ab0eea189f4fbb207dbb3510ece2f)), closes [#2369](https://github.com/adobe/helix-cli/issues/2369) + ## [16.3.17](https://github.com/adobe/helix-cli/compare/v16.3.16...v16.3.17) (2024-05-25) diff --git a/package-lock.json b/package-lock.json index 2aae52753..3fde77813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/aem-cli", - "version": "16.3.17", + "version": "16.3.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/aem-cli", - "version": "16.3.17", + "version": "16.3.18", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.2", diff --git a/package.json b/package.json index d71324349..b7737d14c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-cli", - "version": "16.3.17", + "version": "16.3.18", "description": "AEM CLI", "main": "index.js", "type": "module",