diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe409dd..a25c09b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.2](https://github.com/podium-lib/podlet/compare/v5.2.1...v5.2.2) (2024-11-14) + + +### Bug Fixes + +* set content-type header ([#443](https://github.com/podium-lib/podlet/issues/443)) ([5af702a](https://github.com/podium-lib/podlet/commit/5af702a59e38eb700befce6c41e1065742df1ce3)), closes [#442](https://github.com/podium-lib/podlet/issues/442) + ## [5.2.1](https://github.com/podium-lib/podlet/compare/v5.2.0...v5.2.1) (2024-11-11) diff --git a/package.json b/package.json index 051946fc..012da6a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/podlet", - "version": "5.2.1", + "version": "5.2.2", "type": "module", "description": "Module for building page fragment servers in a micro frontend architecture.", "license": "MIT",