From 8d557b9a2ec4cfdd013a5406c83fb906b100b528 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Nov 2024 21:53:58 +0000 Subject: [PATCH] chore(release): 2.0.24 [skip ci] # [@adobe/helix-shared-bounce-v2.0.24](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-bounce-v2.0.23...@adobe/helix-shared-bounce-v2.0.24) (2024-11-09) ### Bug Fixes * **deps:** update external fixes ([#1023](https://github.com/adobe/helix-shared/issues/1023)) ([09c1b5a](https://github.com/adobe/helix-shared/commit/09c1b5a7d2d82e35baa31dfdce23465dea2b72a4)) --- packages/helix-shared-bounce/CHANGELOG.md | 7 +++++++ packages/helix-shared-bounce/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-bounce/CHANGELOG.md b/packages/helix-shared-bounce/CHANGELOG.md index c75e5940..4f984d5a 100644 --- a/packages/helix-shared-bounce/CHANGELOG.md +++ b/packages/helix-shared-bounce/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-bounce-v2.0.24](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-bounce-v2.0.23...@adobe/helix-shared-bounce-v2.0.24) (2024-11-09) + + +### Bug Fixes + +* **deps:** update external fixes ([#1023](https://github.com/adobe/helix-shared/issues/1023)) ([09c1b5a](https://github.com/adobe/helix-shared/commit/09c1b5a7d2d82e35baa31dfdce23465dea2b72a4)) + # [@adobe/helix-shared-bounce-v2.0.23](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-bounce-v2.0.22...@adobe/helix-shared-bounce-v2.0.23) (2024-10-19) diff --git a/packages/helix-shared-bounce/package.json b/packages/helix-shared-bounce/package.json index 06b32651..38dba50e 100644 --- a/packages/helix-shared-bounce/package.json +++ b/packages/helix-shared-bounce/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-bounce", - "version": "2.0.23", + "version": "2.0.24", "description": "Shared modules of the Helix Project - bounce", "main": "src/bounce.js", "types": "src/bounce.d.ts",