diff --git a/CHANGELOG.md b/CHANGELOG.md index ef94b1b4..4f9cd1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.125](https://github.com/podium-lib/layout/compare/v4.6.124...v4.6.125) (2023-10-23) + + +### Bug Fixes + +* **deps:** update all dependencies (non-major) ([4033719](https://github.com/podium-lib/layout/commit/4033719370f2c9ea9a28b91f7b4be50146721680)) + ## [4.6.124](https://github.com/podium-lib/layout/compare/v4.6.123...v4.6.124) (2023-10-16) diff --git a/package.json b/package.json index f30504c2..a53e2ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "4.6.124", + "version": "4.6.125", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "main": "lib/layout.js", "license": "MIT",