From 85635911b38a75801e27d331be8c02a2a5b9e4c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Feb 2021 23:16:24 +0000 Subject: [PATCH] chore(release): 4.6.33 [skip ci] ## [4.6.33](https://github.com/podium-lib/layout/compare/v4.6.32...v4.6.33) (2021-02-01) ### Bug Fixes * **deps:** update dependency @podium/schemas to v4.1.1 ([e80b2cb](https://github.com/podium-lib/layout/commit/e80b2cbd7f8d906605a588e994e6ab355c77c162)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7538d99..a71c7ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.33](https://github.com/podium-lib/layout/compare/v4.6.32...v4.6.33) (2021-02-01) + + +### Bug Fixes + +* **deps:** update dependency @podium/schemas to v4.1.1 ([e80b2cb](https://github.com/podium-lib/layout/commit/e80b2cbd7f8d906605a588e994e6ab355c77c162)) + ## [4.6.32](https://github.com/podium-lib/layout/compare/v4.6.31...v4.6.32) (2021-01-22) diff --git a/package.json b/package.json index 91f9b6c1..0e0c681d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "4.6.32", + "version": "4.6.33", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "main": "lib/layout.js", "license": "MIT",