diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a6909..88d4f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.2](https://github.com/podium-lib/context/compare/v5.1.1...v5.1.2) (2024-11-13) + + +### Bug Fixes + +* **deps:** update dependency @podium/utils to v5.4.0 ([#279](https://github.com/podium-lib/context/issues/279)) ([bf9f00a](https://github.com/podium-lib/context/commit/bf9f00afe1497c88dd91907db4f8de240e14e62b)) + ## [5.1.1](https://github.com/podium-lib/context/compare/v5.1.0...v5.1.1) (2024-11-05) diff --git a/package.json b/package.json index e7a21c6..6d9077c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/context", - "version": "5.1.1", + "version": "5.1.2", "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",