From 2e7e69c8f5a0f57a01910274639a960fc0a7f94f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Apr 2021 21:12:37 +0200 Subject: [PATCH] chore(release): 1.12.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.12.0](https://github.com/kolplattformen/skolplattformen/compare/v1.11.1...v1.12.0) (2021-04-05) ### Features * 🎸 Upgrade embedded-api to 3.0.2 ([654471f](https://github.com/kolplattformen/skolplattformen/commit/654471f8030f413e56d9ecdb7c21f730bdef4aff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0580e3ab..17724f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/kolplattformen/skolplattformen/compare/v1.11.1...v1.12.0) (2021-04-05) + + +### Features + +* 🎸 Upgrade embedded-api to 3.0.2 ([654471f](https://github.com/kolplattformen/skolplattformen/commit/654471f8030f413e56d9ecdb7c21f730bdef4aff)) + ## [1.11.1](https://github.com/kolplattformen/skolplattformen/compare/v1.11.0...v1.11.1) (2021-04-03) diff --git a/package.json b/package.json index e491f3d3..5b67a380 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.11.1" + "version": "1.12.0" }