From 30baf00c15fe7aa500a99b71e7749b22e941e096 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Sep 2021 18:49:51 +0200 Subject: [PATCH] chore(release): 1.40.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.40.1](https://github.com/kolplattformen/skolplattformen/compare/v1.40.0...v1.40.1) (2021-09-12) ### Bug Fixes * 🐛 Bump embedded-api to 5.2.0 ([9f00ba4](https://github.com/kolplattformen/skolplattformen/commit/9f00ba4929226c8e97528d33da4ee0aa0e5dc87e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce0f83b..773ac079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.40.1](https://github.com/kolplattformen/skolplattformen/compare/v1.40.0...v1.40.1) (2021-09-12) + + +### Bug Fixes + +* 🐛 Bump embedded-api to 5.2.0 ([9f00ba4](https://github.com/kolplattformen/skolplattformen/commit/9f00ba4929226c8e97528d33da4ee0aa0e5dc87e)) + # [1.40.0](https://github.com/kolplattformen/skolplattformen/compare/v1.39.1...v1.40.0) (2021-09-09) diff --git a/package.json b/package.json index 08ee6b33..9e04a156 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.40.0" + "version": "1.40.1" }