Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2023-11-30)

### Bug Fixes

* attempt to fix release ([5bb8f73](5bb8f73))
* **build:** fix org in issues URL ([7226d84](7226d84))
* **build:** no double slashes in issues url ([1191064](1191064))
* **github:** increase default permissions for cleanup action ([f8ed051](f8ed051))
* **github:** restrict running of action to initial commit on main branch ([1a990c2](1a990c2))
* icons no more svgs ([#267](#267)) ([2d4cfa7](2d4cfa7))
* **lib:** update scripts/aem.js to [email protected] ([#266](#266)) ([2d61c6a](2d61c6a))
* rescope icon identifiers to avoid clashing references across icons ([#241](#241)) ([e8dc533](e8dc533)), closes [#235](#235)
* sampleRUM always for checkpoint to be called even if RUM not selected ([fcca39d](fcca39d))
* trigger release ([afbd201](afbd201))

### Features

* add capability to patch block config at runtime ([#246](#246)) ([a774acc](a774acc))
* enable listeners to all RUM events, not just the sampled ones ([871ede4](871ede4))
* use aem.js ([#255](#255)) ([f5ab4df](f5ab4df))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent afbd201 commit efc8214
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.3.0](https://github.com/adobe/aem-boilerplate/compare/v1.2.2...v1.3.0) (2023-11-30)


### Bug Fixes

* attempt to fix release ([5bb8f73](https://github.com/adobe/aem-boilerplate/commit/5bb8f7302c70e98a60fd9b8a38f63577f90d7414))
* **build:** fix org in issues URL ([7226d84](https://github.com/adobe/aem-boilerplate/commit/7226d8465e0f5d3c2f4c49bacfbc758c6da5f823))
* **build:** no double slashes in issues url ([1191064](https://github.com/adobe/aem-boilerplate/commit/119106489e1bfb92c80aa55cc2b634496915cfc1))
* **github:** increase default permissions for cleanup action ([f8ed051](https://github.com/adobe/aem-boilerplate/commit/f8ed05169e841a21f1a17c664ace76942d7700c8))
* **github:** restrict running of action to initial commit on main branch ([1a990c2](https://github.com/adobe/aem-boilerplate/commit/1a990c25a4132a50e8c73f80c57845d7d9657399))
* icons no more svgs ([#267](https://github.com/adobe/aem-boilerplate/issues/267)) ([2d4cfa7](https://github.com/adobe/aem-boilerplate/commit/2d4cfa73a9c35c065e9dd2096a9bab3637ddd9b4))
* **lib:** update scripts/aem.js to [email protected] ([#266](https://github.com/adobe/aem-boilerplate/issues/266)) ([2d61c6a](https://github.com/adobe/aem-boilerplate/commit/2d61c6a9fb0905159a568abfe73f4d09dfc0846a))
* rescope icon identifiers to avoid clashing references across icons ([#241](https://github.com/adobe/aem-boilerplate/issues/241)) ([e8dc533](https://github.com/adobe/aem-boilerplate/commit/e8dc53350de838a7dfa094bbbf62c80bdaffdca2)), closes [#235](https://github.com/adobe/aem-boilerplate/issues/235)
* sampleRUM always for checkpoint to be called even if RUM not selected ([fcca39d](https://github.com/adobe/aem-boilerplate/commit/fcca39dd4f5fd2aef6852580873ab4b2cce1e2af))
* trigger release ([afbd201](https://github.com/adobe/aem-boilerplate/commit/afbd201189b13a238ad4709923a5ad9b94dc73eb))


### Features

* add capability to patch block config at runtime ([#246](https://github.com/adobe/aem-boilerplate/issues/246)) ([a774acc](https://github.com/adobe/aem-boilerplate/commit/a774acc651359137422ea734d014164509ae5940))
* enable listeners to all RUM events, not just the sampled ones ([871ede4](https://github.com/adobe/aem-boilerplate/commit/871ede401d2d57c8825f8970f3b28cd9de5f27f8))
* use aem.js ([#255](https://github.com/adobe/aem-boilerplate/issues/255)) ([f5ab4df](https://github.com/adobe/aem-boilerplate/commit/f5ab4df26a992f70a123f56b08062f7dc0b47dae))

## [1.2.2](https://github.com/elc9aya2ls612j/aem-boilerplate/compare/v1.2.1...v1.2.2) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/aem-boilerplate",
"private": true,
"version": "1.2.2",
"version": "1.3.0",
"description": "Starter project for Adobe Helix",
"scripts": {
"lint:js": "eslint .",
Expand Down

0 comments on commit efc8214

Please sign in to comment.