From 3f9aaca6a8444b3f87c2659c0b8d7c01d5056382 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 22:23:58 +0000 Subject: [PATCH] chore(release): 5.2.0-next.8 [skip ci] # [5.2.0-next.8](https://github.com/podium-lib/podlet/compare/v5.2.0-next.7...v5.2.0-next.8) (2024-11-04) ### Bug Fixes * use more appropriate strategy instead of scope ([0674a81](https://github.com/podium-lib/podlet/commit/0674a812abe9c246f4c007e1869723dc7c0293a0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fe71e1..65314986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0-next.8](https://github.com/podium-lib/podlet/compare/v5.2.0-next.7...v5.2.0-next.8) (2024-11-04) + + +### Bug Fixes + +* use more appropriate strategy instead of scope ([0674a81](https://github.com/podium-lib/podlet/commit/0674a812abe9c246f4c007e1869723dc7c0293a0)) + # [5.2.0-next.7](https://github.com/podium-lib/podlet/compare/v5.2.0-next.6...v5.2.0-next.7) (2024-10-22) diff --git a/package.json b/package.json index c25ce026..c4eb5055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/podlet", - "version": "5.2.0-next.7", + "version": "5.2.0-next.8", "type": "module", "description": "Module for building page fragment servers in a micro frontend architecture.", "license": "MIT",