diff --git a/CHANGELOG.md b/CHANGELOG.md index c696ebcc..b0731fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.15](https://github.com/podium-lib/layout/compare/v5.2.14...v5.2.15) (2024-11-13) + + +### Bug Fixes + +* include layout_name in podium_layout_version_info ([#512](https://github.com/podium-lib/layout/issues/512)) ([9b9c531](https://github.com/podium-lib/layout/commit/9b9c5319e1470ecb9b16d9ab519d3d317cb21f8b)) + ## [5.2.14](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14) (2024-11-06) diff --git a/package.json b/package.json index fd561dad..b2f8e5b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.14", + "version": "5.2.15", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",