From 081497ec971c628ec18144b173578545dec7505e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Mar 2021 08:32:03 +0100 Subject: [PATCH] chore(release): 1.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.5.0](https://github.com/kolplattformen/skolplattformen/compare/v1.4.1...v1.5.0) (2021-03-26) ### Bug Fixes * clear AsyncStorage on logout ([c95e00e](https://github.com/kolplattformen/skolplattformen/commit/c95e00e0b654ba4666a57cfd0fd12b7dd123d77e)) * separate navigation stacks ([2dea366](https://github.com/kolplattformen/skolplattformen/commit/2dea366427cc37bc47ddc853c7c34d2afa417c42)) ### Features * 🎸 Release 1.5.6 ([68f1f95](https://github.com/kolplattformen/skolplattformen/commit/68f1f951ca25d70ff9d2080c1bed1bdd7a461305)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d2d244..3d6de74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://github.com/kolplattformen/skolplattformen/compare/v1.4.1...v1.5.0) (2021-03-26) + + +### Bug Fixes + +* clear AsyncStorage on logout ([c95e00e](https://github.com/kolplattformen/skolplattformen/commit/c95e00e0b654ba4666a57cfd0fd12b7dd123d77e)) +* separate navigation stacks ([2dea366](https://github.com/kolplattformen/skolplattformen/commit/2dea366427cc37bc47ddc853c7c34d2afa417c42)) + + +### Features + +* 🎸 Release 1.5.6 ([68f1f95](https://github.com/kolplattformen/skolplattformen/commit/68f1f951ca25d70ff9d2080c1bed1bdd7a461305)) + ## [1.4.1](https://github.com/kolplattformen/skolplattformen/compare/v1.4.0...v1.4.1) (2021-03-26) diff --git a/package.json b/package.json index fca269dc..51afd356 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.4.1" + "version": "1.5.0" }