Skip to content

Commit 902d3bd

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.4...v2.12.0) (2025-05-23) ### Bug Fixes * **micro:** add ignore comment for script source assignment in micro.js ([ee51131](ee51131)) * **micro:** change loop variable declaration in optel-oneline test ([0078697](0078697)) * **micro:** standardize UUID length in test files ([9fd967f](9fd967f)) * **micro:** standardize UUID slice length in implementation ([e50fa9e](e50fa9e)) * **micro:** update comment syntax for script source assignment in micro.js ([5c289ff](5c289ff)) * **micro:** update script source fallback in micro.js and adjust test HTML ([1b0be75](1b0be75)) * **micro:** update UUID length for ID generation ([60ddeda](60ddeda)) ### Features * implement micro-loader for operational telemetry ([ce805ca](ce805ca)) * **micro:** implement micro.js for dynamic script loading and update test files ([5de1947](5de1947))
1 parent 7da53cb commit 902d3bd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.12.0](https://github.com/adobe/helix-rum-js/compare/v2.11.4...v2.12.0) (2025-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **micro:** add ignore comment for script source assignment in micro.js ([ee51131](https://github.com/adobe/helix-rum-js/commit/ee51131073f6a05f3f02962f3a0bb26c3908e721))
7+
* **micro:** change loop variable declaration in optel-oneline test ([0078697](https://github.com/adobe/helix-rum-js/commit/00786971b7da06213d14f88f4f4f09417a193966))
8+
* **micro:** standardize UUID length in test files ([9fd967f](https://github.com/adobe/helix-rum-js/commit/9fd967fb246fcf32a0ea49dd80b5f1bb0cb5eaaa))
9+
* **micro:** standardize UUID slice length in implementation ([e50fa9e](https://github.com/adobe/helix-rum-js/commit/e50fa9e68b6fe0a3c962a307c8b6351afe14b82d))
10+
* **micro:** update comment syntax for script source assignment in micro.js ([5c289ff](https://github.com/adobe/helix-rum-js/commit/5c289ff744bbb2fb1d551a24ce0acf28ab0a9c11))
11+
* **micro:** update script source fallback in micro.js and adjust test HTML ([1b0be75](https://github.com/adobe/helix-rum-js/commit/1b0be75a013781a007dd7265fbf08912252ff3e7))
12+
* **micro:** update UUID length for ID generation ([60ddeda](https://github.com/adobe/helix-rum-js/commit/60ddeda279fa6c5d06b5b5efcdd3a9c96a4bd9b9))
13+
14+
15+
### Features
16+
17+
* implement micro-loader for operational telemetry ([ce805ca](https://github.com/adobe/helix-rum-js/commit/ce805ca3e1465893168f0507822389e52290743c))
18+
* **micro:** implement micro.js for dynamic script loading and update test files ([5de1947](https://github.com/adobe/helix-rum-js/commit/5de194789c59e435c057b21bb0c21e6b91761287))
19+
120
## [2.11.4](https://github.com/adobe/helix-rum-js/compare/v2.11.3...v2.11.4) (2025-05-21)
221

322

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.11.4",
3+
"version": "2.12.0",
44
"description": "Helix RUM JS",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)