diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f360d282..b3bdc95f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [16.2.10](https://github.com/adobe/helix-cli/compare/v16.2.9...v16.2.10) (2024-03-07) + + +### Bug Fixes + +* ensure that AEM_NO_OPEN works as expected ([#2324](https://github.com/adobe/helix-cli/issues/2324)) ([c985c13](https://github.com/adobe/helix-cli/commit/c985c138cb343d0fbb729e1121029921915eb4d1)), closes [#2323](https://github.com/adobe/helix-cli/issues/2323) + ## [16.2.9](https://github.com/adobe/helix-cli/compare/v16.2.8...v16.2.9) (2024-03-02) diff --git a/package-lock.json b/package-lock.json index 15d73445d..0dcff7a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/aem-cli", - "version": "16.2.9", + "version": "16.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/aem-cli", - "version": "16.2.9", + "version": "16.2.10", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.1", diff --git a/package.json b/package.json index 9c203ba9d..9d671a5c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-cli", - "version": "16.2.9", + "version": "16.2.10", "description": "AEM CLI", "main": "index.js", "type": "module",