From 8b1819aa246f6729b02ba0aa7c3abbc79610121c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 14:46:39 +0000 Subject: [PATCH] chore(release): 1.32.0 [skip ci] # [1.32.0](https://github.com/adobe/aem-sidekick/compare/v1.31.4...v1.32.0) (2024-09-24) ### Bug Fixes * dynamically load in ui.js ([a4fc57d](https://github.com/adobe/aem-sidekick/commit/a4fc57d5120233c1e7a1bd777dbceb1af19a71bf)) * remove dynamic import from background script ([58cc888](https://github.com/adobe/aem-sidekick/commit/58cc88814ba5f19345cb5a362e1f8c182b1e52cd)) ### Features * extensible source support ([#245](https://github.com/adobe/aem-sidekick/issues/245)) ([#268](https://github.com/adobe/aem-sidekick/issues/268)) ([a834be2](https://github.com/adobe/aem-sidekick/commit/a834be244a1f85e1036d1e7aee9ac1fe427c5861)) * **publish:** add confirm option ([#262](https://github.com/adobe/aem-sidekick/issues/262)) ([7e8e1fc](https://github.com/adobe/aem-sidekick/commit/7e8e1fc7896f44b98cab0bebd6c3551edc9b1d92)) * support transient site token ([#272](https://github.com/adobe/aem-sidekick/issues/272)) ([2aeb56a](https://github.com/adobe/aem-sidekick/commit/2aeb56a497df99e0d62106c4284b0faea0d94726)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbc2d4b..bd62e199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.32.0](https://github.com/adobe/aem-sidekick/compare/v1.31.4...v1.32.0) (2024-09-24) + + +### Bug Fixes + +* dynamically load in ui.js ([a4fc57d](https://github.com/adobe/aem-sidekick/commit/a4fc57d5120233c1e7a1bd777dbceb1af19a71bf)) +* remove dynamic import from background script ([58cc888](https://github.com/adobe/aem-sidekick/commit/58cc88814ba5f19345cb5a362e1f8c182b1e52cd)) + + +### Features + +* extensible source support ([#245](https://github.com/adobe/aem-sidekick/issues/245)) ([#268](https://github.com/adobe/aem-sidekick/issues/268)) ([a834be2](https://github.com/adobe/aem-sidekick/commit/a834be244a1f85e1036d1e7aee9ac1fe427c5861)) +* **publish:** add confirm option ([#262](https://github.com/adobe/aem-sidekick/issues/262)) ([7e8e1fc](https://github.com/adobe/aem-sidekick/commit/7e8e1fc7896f44b98cab0bebd6c3551edc9b1d92)) +* support transient site token ([#272](https://github.com/adobe/aem-sidekick/issues/272)) ([2aeb56a](https://github.com/adobe/aem-sidekick/commit/2aeb56a497df99e0d62106c4284b0faea0d94726)) + ## [1.31.4](https://github.com/adobe/aem-sidekick/compare/v1.31.3...v1.31.4) (2024-09-19) diff --git a/package.json b/package.json index 7366feb2..053379eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-sidekick", - "version": "1.31.4", + "version": "1.32.0", "description": "AEM Sidekick Extension", "type": "module", "scripts": {