Skip to content

Commit 478a983

Browse files
chore(release): 1.16.1 [skip ci]
## [1.16.1](v1.16.0...v1.16.1) (2025-01-20) ### Bug Fixes * **distiller:** return unclustered facet value in addition to clustered facet value ([fcaab3a](fcaab3a))
1 parent 85b5936 commit 478a983

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.1](https://github.com/adobe/rum-distiller/compare/v1.16.0...v1.16.1) (2025-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **distiller:** return unclustered facet value in addition to clustered facet value ([fcaab3a](https://github.com/adobe/rum-distiller/commit/fcaab3adffd701c10dc71e4ddb69829161180686))
7+
18
# [1.16.0](https://github.com/adobe/rum-distiller/compare/v1.15.0...v1.16.0) (2025-01-16)
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.16.0",
3+
"version": "1.16.1",
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)