diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a6962..b558987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.1](https://github.com/adobe/helix-rum-enhancer/compare/v1.13.0...v1.13.1) (2024-03-27) + + +### Bug Fixes + +* enable eager cwv reporting for revolt ([53ced3b](https://github.com/adobe/helix-rum-enhancer/commit/53ced3b7983d4865c1c9a0cc0ee771cab3559484)) + # [1.13.0](https://github.com/adobe/helix-rum-enhancer/compare/v1.12.0...v1.13.0) (2024-03-22) diff --git a/package.json b/package.json index dcd3a2e..e86b371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-rum-enhancer", - "version": "1.13.0", + "version": "1.13.1", "description": "Helix RUM Enhancer", "main": "src/index.js", "type": "module",