From 06a3780af67c14768286fb66213f924a154cbb27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Oct 2023 06:37:37 +0000 Subject: [PATCH] chore(release): 3.1.5 [skip ci] ## [3.1.5](https://github.com/amclin/aem-packager/compare/v3.1.4...v3.1.5) (2023-10-07) ### Bug Fixes * config merge fix ([e31e2a1](https://github.com/amclin/aem-packager/commit/e31e2a1d6ee5e2b8a893c1f4efc01d455ab956fa)), closes [#486](https://github.com/amclin/aem-packager/issues/486) * configs were not loading from package.json ([00b5501](https://github.com/amclin/aem-packager/commit/00b55013725d2b911a47a8c3ef6267fa8a10b3b1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be09ba..dea0509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.5](https://github.com/amclin/aem-packager/compare/v3.1.4...v3.1.5) (2023-10-07) + + +### Bug Fixes + +* config merge fix ([e31e2a1](https://github.com/amclin/aem-packager/commit/e31e2a1d6ee5e2b8a893c1f4efc01d455ab956fa)), closes [#486](https://github.com/amclin/aem-packager/issues/486) +* configs were not loading from package.json ([00b5501](https://github.com/amclin/aem-packager/commit/00b55013725d2b911a47a8c3ef6267fa8a10b3b1)) + ## [3.1.4](https://github.com/amclin/aem-packager/compare/v3.1.3...v3.1.4) (2023-10-07) diff --git a/package.json b/package.json index 2452214..9f5ed13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aem-packager", - "version": "3.1.4", + "version": "3.1.5", "description": "A node plugin to package files into a bundle installable through the AEM package manager.", "main": "aem-packager.js", "repository": {