From 638f70e0194a0bc404e35396f01488251e9e907c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Sep 2021 10:44:06 +0200 Subject: [PATCH] chore(release): 1.46.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.46.0](https://github.com/kolplattformen/skolplattformen/compare/v1.45.1...v1.46.0) (2021-09-23) ### Features * 🎸 Use custom async storage ([#461](https://github.com/kolplattformen/skolplattformen/issues/461)) ([98f7c04](https://github.com/kolplattformen/skolplattformen/commit/98f7c04f1c1b88d621440c6190cf1223112fa03b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8ef355..9844b732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.46.0](https://github.com/kolplattformen/skolplattformen/compare/v1.45.1...v1.46.0) (2021-09-23) + + +### Features + +* 🎸 Use custom async storage ([#461](https://github.com/kolplattformen/skolplattformen/issues/461)) ([98f7c04](https://github.com/kolplattformen/skolplattformen/commit/98f7c04f1c1b88d621440c6190cf1223112fa03b)) + ## [1.45.1](https://github.com/kolplattformen/skolplattformen/compare/v1.45.0...v1.45.1) (2021-09-22) diff --git a/package.json b/package.json index f619e2b4..05982593 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.45.1" + "version": "1.46.0" }