From 6bc817daf076caec063323798c51bce7aa5f1efa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Sep 2021 18:19:58 +0200 Subject: [PATCH] chore(release): 1.41.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.41.0](https://github.com/kolplattformen/skolplattformen/compare/v1.40.1...v1.41.0) (2021-09-13) ### Features * 🎸 release 2.0.0 for Android ([0dcb983](https://github.com/kolplattformen/skolplattformen/commit/0dcb98312faa6bc81c264e0f8e1ca810bc72b0c3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773ac079..8dbb1252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.41.0](https://github.com/kolplattformen/skolplattformen/compare/v1.40.1...v1.41.0) (2021-09-13) + + +### Features + +* 🎸 release 2.0.0 for Android ([0dcb983](https://github.com/kolplattformen/skolplattformen/commit/0dcb98312faa6bc81c264e0f8e1ca810bc72b0c3)) + ## [1.40.1](https://github.com/kolplattformen/skolplattformen/compare/v1.40.0...v1.40.1) (2021-09-12) diff --git a/package.json b/package.json index 9e04a156..92915536 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.1" + "version": "1.41.0" }