diff --git a/CHANGELOG.md b/CHANGELOG.md index bb570f6a..01f2262f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.5](https://github.com/podium-lib/layout/compare/v5.2.4...v5.2.5) (2024-09-09) + + +### Bug Fixes + +* **deps:** update all dependencies (non-major) ([19e3679](https://github.com/podium-lib/layout/commit/19e367960cc2b65b6ac2555605d05da9a0fb2f8d)) + ## [5.2.4](https://github.com/podium-lib/layout/compare/v5.2.3...v5.2.4) (2024-08-26) diff --git a/package.json b/package.json index 9580c20b..7735344a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.4", + "version": "5.2.5", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",