Skip to content

Commit d041506

Browse files
chore(release): 2.10.2 [skip ci]
## [2.10.2](v2.10.1...v2.10.2) (2025-04-08) ### Bug Fixes * don't allow enhance function to be redefined as noop ([#253](#253)) ([9e56efa](9e56efa))
1 parent 9e56efa commit d041506

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.10.2](https://github.com/adobe/helix-rum-js/compare/v2.10.1...v2.10.2) (2025-04-08)
2+
3+
4+
### Bug Fixes
5+
6+
* don't allow enhance function to be redefined as noop ([#253](https://github.com/adobe/helix-rum-js/issues/253)) ([9e56efa](https://github.com/adobe/helix-rum-js/commit/9e56efadf75159db23d02466021e644ab988bf7d))
7+
18
## [2.10.1](https://github.com/adobe/helix-rum-js/compare/v2.10.0...v2.10.1) (2025-03-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/helix-rum-js",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "Helix RUM JS",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)