diff --git a/CHANGELOG.md b/CHANGELOG.md index 810ff335..50e8dbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.2](https://github.com/podium-lib/layout/compare/v5.2.1...v5.2.2) (2024-08-19) + + +### Bug Fixes + +* **deps:** update all dependencies (non-major) ([8a9aa21](https://github.com/podium-lib/layout/commit/8a9aa217c045e53a061119d6693e1fbbea481ed1)) + ## [5.2.1](https://github.com/podium-lib/layout/compare/v5.2.0...v5.2.1) (2024-08-12) diff --git a/package.json b/package.json index 4b15ddf7..138dde15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.1", + "version": "5.2.2", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",