Skip to content

Commit f10bf9d

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.0...v1.16.0) (2025-01-16) ### Features * **consent:** support tealium consent manager ([de1dd42](de1dd42)), closes [#39](#39)
1 parent 66e73c5 commit f10bf9d

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.16.0](https://github.com/adobe/rum-distiller/compare/v1.15.0...v1.16.0) (2025-01-16)
2+
3+
4+
### Features
5+
6+
* **consent:** support tealium consent manager ([de1dd42](https://github.com/adobe/rum-distiller/commit/de1dd428c9d7e3869cada4ab3ab309ae5cb5c9a7)), closes [#39](https://github.com/adobe/rum-distiller/issues/39)
7+
18
# [1.15.0](https://github.com/adobe/rum-distiller/compare/v1.14.0...v1.15.0) (2025-01-10)
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.15.0",
3+
"version": "1.16.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)