Skip to content

Commit

Permalink
chore(release): 1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.32.0](v1.31.4...v1.32.0) (2024-09-24)

### Bug Fixes

* dynamically load in ui.js ([a4fc57d](a4fc57d))
* remove dynamic import from background script ([58cc888](58cc888))

### Features

* extensible source support ([#245](#245)) ([#268](#268)) ([a834be2](a834be2))
* **publish:** add confirm option ([#262](#262)) ([7e8e1fc](7e8e1fc))
* support transient site token ([#272](#272)) ([2aeb56a](2aeb56a))
  • Loading branch information
semantic-release-bot committed Sep 24, 2024
1 parent 746b5c7 commit 8b1819a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aem-sidekick",
"version": "1.31.4",
"version": "1.32.0",
"description": "AEM Sidekick Extension",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8b1819a

Please sign in to comment.