Skip to content

Commit 59ca637

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.0...v1.15.0) (2025-01-10) ### Features * optimized way to normalize # in URLs for referrer classification ([b250bc4](b250bc4))
1 parent a4c9478 commit 59ca637

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.15.0](https://github.com/adobe/rum-distiller/compare/v1.14.0...v1.15.0) (2025-01-10)
2+
3+
4+
### Features
5+
6+
* optimized way to normalize # in URLs for referrer classification ([b250bc4](https://github.com/adobe/rum-distiller/commit/b250bc433128ccd9d2ed6dee0da1c89dd2dd4d7e))
7+
18
# [1.14.0](https://github.com/adobe/rum-distiller/compare/v1.13.1...v1.14.0) (2024-12-20)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/rum-distiller",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"scripts": {
55
"test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml",
66
"test-ci": "npm run test",

0 commit comments

Comments
 (0)