From 076154dc6520fd677cc00f5be11407070c7ded6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Feb 2024 20:03:19 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/podium-lib/context/compare/v5.0.2...v5.0.3) (2024-02-01) ### Bug Fixes * **deps:** update dependency @podium/utils to v5.0.2 ([248ce21](https://github.com/podium-lib/context/commit/248ce217b430e0fd60094dfaa7dcb3f49395e131)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fccf6974..b2c0704b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/podium-lib/context/compare/v5.0.2...v5.0.3) (2024-02-01) + + +### Bug Fixes + +* **deps:** update dependency @podium/utils to v5.0.2 ([248ce21](https://github.com/podium-lib/context/commit/248ce217b430e0fd60094dfaa7dcb3f49395e131)) + ## [5.0.2](https://github.com/podium-lib/context/compare/v5.0.1...v5.0.2) (2024-01-26) diff --git a/package.json b/package.json index 80a59ad2..089ca7fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/context", - "version": "5.0.2", + "version": "5.0.3", "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",