Skip to content

Commit

Permalink
chore(release): 2.5.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.6](v2.5.5...v2.5.6) (2024-09-18)

### Bug Fixes

* **deps:** update dependency @adobe/helix-rum-js to v2.5.3 ([68a0654](68a0654))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent 68a0654 commit b45dad6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.6](https://github.com/adobe/aem-lib/compare/v2.5.5...v2.5.6) (2024-09-18)


### Bug Fixes

* **deps:** update dependency @adobe/helix-rum-js to v2.5.3 ([68a0654](https://github.com/adobe/aem-lib/commit/68a0654a68703a9c41b1bcb013d797761899ee61))

## [2.5.5](https://github.com/adobe/aem-lib/compare/v2.5.4...v2.5.5) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion dist/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function sampleRUM(checkpoint, data) {
}
document.dispatchEvent(new CustomEvent('rum', { detail: { checkpoint, data } }));
} catch (error) {
// something went wrong
// something went awry
}
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-lib",
"version": "2.5.5",
"version": "2.5.6",
"description": "AEM Library",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b45dad6

Please sign in to comment.