Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.3...v2.6.0) (2024-09-19)

### Bug Fixes

* **index:** better way of setting search parameters ([584de2c](584de2c))
* **index:** do not show question mark if no URL parameters are set ([e650367](e650367))

### Features

* **index:** support `window.RUM_PARAMS` to attach custom URL parameters to collection URL ([4e0d22d](4e0d22d))
* **rum-params:** in standalone replace extra params by data attributes ([ec4e6ea](ec4e6ea))
  • Loading branch information
semantic-release-bot committed Sep 19, 2024
1 parent bf8176e commit e730250
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.6.0](https://github.com/adobe/helix-rum-js/compare/v2.5.3...v2.6.0) (2024-09-19)


### Bug Fixes

* **index:** better way of setting search parameters ([584de2c](https://github.com/adobe/helix-rum-js/commit/584de2c170988713eddf46d19f74bf35cb1de105))
* **index:** do not show question mark if no URL parameters are set ([e650367](https://github.com/adobe/helix-rum-js/commit/e650367facd8aad274ed004ba83b1de0d65a2f56))


### Features

* **index:** support `window.RUM_PARAMS` to attach custom URL parameters to collection URL ([4e0d22d](https://github.com/adobe/helix-rum-js/commit/4e0d22dffc7792aa80d664c442aa7a5302128ada))
* **rum-params:** in standalone replace extra params by data attributes ([ec4e6ea](https://github.com/adobe/helix-rum-js/commit/ec4e6ea52d236962cef174f5c02de6c6bdb9b3f4))

## [2.5.3](https://github.com/adobe/helix-rum-js/compare/v2.5.2...v2.5.3) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-rum-js",
"version": "2.5.3",
"version": "2.6.0",
"description": "Helix RUM JS",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit e730250

Please sign in to comment.