Skip to content

Commit b45dad6

Browse files
chore(release): 2.5.6 [skip ci]
## [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))
1 parent 68a0654 commit b45dad6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.5.6](https://github.com/adobe/aem-lib/compare/v2.5.5...v2.5.6) (2024-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @adobe/helix-rum-js to v2.5.3 ([68a0654](https://github.com/adobe/aem-lib/commit/68a0654a68703a9c41b1bcb013d797761899ee61))
7+
18
## [2.5.5](https://github.com/adobe/aem-lib/compare/v2.5.4...v2.5.5) (2024-09-17)
29

310

dist/aem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function sampleRUM(checkpoint, data) {
108108
}
109109
document.dispatchEvent(new CustomEvent('rum', { detail: { checkpoint, data } }));
110110
} catch (error) {
111-
// something went wrong
111+
// something went awry
112112
}
113113
}
114114

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/aem-lib",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "AEM Library",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)