diff --git a/CHANGELOG.md b/CHANGELOG.md index 0becf3c..7397395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.23](https://github.com/podium-lib/context/compare/v5.0.22...v5.0.23) (2024-07-09) + + +### Bug Fixes + +* **deps:** update dependency lru-cache to v10.4.3 ([76becba](https://github.com/podium-lib/context/commit/76becbadfe13b84efbd799e8f2c0ea090745a374)) + ## [5.0.22](https://github.com/podium-lib/context/compare/v5.0.21...v5.0.22) (2024-07-09) diff --git a/package.json b/package.json index 4a9c2c5..34963f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/context", - "version": "5.0.22", + "version": "5.0.23", "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",