diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d1014..6783bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.28](https://github.com/podium-lib/context/compare/v5.0.27...v5.0.28) (2024-09-20) + + +### Bug Fixes + +* **deps:** update dependency @podium/utils to v5.3.0 ([e26244b](https://github.com/podium-lib/context/commit/e26244b5fb20ec0f8320f42d748ed2ad27996c72)) + ## [5.0.27](https://github.com/podium-lib/context/compare/v5.0.26...v5.0.27) (2024-09-06) diff --git a/package.json b/package.json index 2e74bc7..dc27c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/context", - "version": "5.0.27", + "version": "5.0.28", "description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", "type": "module", "license": "MIT",