diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a188ab..c355b813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.7](https://github.com/podium-lib/layout/compare/v5.2.6...v5.2.7) (2024-09-23) + + +### Bug Fixes + +* add types for the context ([#505](https://github.com/podium-lib/layout/issues/505)) ([48ea2d4](https://github.com/podium-lib/layout/commit/48ea2d4cb525843203eca3f0f270e9df2aedcb79)) + ## [5.2.6](https://github.com/podium-lib/layout/compare/v5.2.5...v5.2.6) (2024-09-16) diff --git a/package.json b/package.json index 6b2abbf0..819ed57f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.6", + "version": "5.2.7", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",