From 76ce9addedc263e820fa3c253a0f8977ec39ca43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 May 2024 09:22:05 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/adobe/helix-rum-enhancer/compare/v1.18.2...v1.19.0) (2024-05-31) ### Features * **index:** ads reporting for 2.x ([b6c2314](https://github.com/adobe/helix-rum-enhancer/commit/b6c23149b82702ab592c504c1d8b304c248c3ceb)) * **index:** introduce simple feature flag system ([c75796c](https://github.com/adobe/helix-rum-enhancer/commit/c75796c097189b214f0822207c68be3cd443c183)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15adbd..3f3185a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.19.0](https://github.com/adobe/helix-rum-enhancer/compare/v1.18.2...v1.19.0) (2024-05-31) + + +### Features + +* **index:** ads reporting for 2.x ([b6c2314](https://github.com/adobe/helix-rum-enhancer/commit/b6c23149b82702ab592c504c1d8b304c248c3ceb)) +* **index:** introduce simple feature flag system ([c75796c](https://github.com/adobe/helix-rum-enhancer/commit/c75796c097189b214f0822207c68be3cd443c183)) + ## [1.18.2](https://github.com/adobe/helix-rum-enhancer/compare/v1.18.1...v1.18.2) (2024-05-28) diff --git a/package.json b/package.json index 5f35b2c..8cfa93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-rum-enhancer", - "version": "1.18.2", + "version": "1.19.0", "description": "Helix RUM Enhancer", "main": "src/index.js", "type": "module",