From b1c6a2eb13f0c303031a88b1b49d25ea7ee9191c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Sep 2020 20:50:05 +0000 Subject: [PATCH] chore(release): 4.6.5 [skip ci] ## [4.6.5](https://github.com/podium-lib/layout/compare/v4.6.4...v4.6.5) (2020-09-13) ### Bug Fixes * **deps:** update dependency @podium/context to v4.1.8 ([3bee6fd](https://github.com/podium-lib/layout/commit/3bee6fd92fc25934120b7c0c268bf88d0187f7ac)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc88792..cb3534dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.5](https://github.com/podium-lib/layout/compare/v4.6.4...v4.6.5) (2020-09-13) + + +### Bug Fixes + +* **deps:** update dependency @podium/context to v4.1.8 ([3bee6fd](https://github.com/podium-lib/layout/commit/3bee6fd92fc25934120b7c0c268bf88d0187f7ac)) + ## [4.6.4](https://github.com/podium-lib/layout/compare/v4.6.3...v4.6.4) (2020-09-13) diff --git a/package.json b/package.json index 97671669..a2e87a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "4.6.4", + "version": "4.6.5", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "main": "lib/layout.js", "license": "MIT",