From 2eb78e622497cd2713259d7906ba477fa16260a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Apr 2021 19:24:52 +0200 Subject: [PATCH] chore(release): 1.23.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.23.0](https://github.com/kolplattformen/skolplattformen/compare/v1.22.1...v1.23.0) (2021-04-21) ### Features * 🎸 Gratis ([#312](https://github.com/kolplattformen/skolplattformen/issues/312)) ([ac8581d](https://github.com/kolplattformen/skolplattformen/commit/ac8581d0b96771883ef91ea0445d360972c6ed73)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b932fd4f..bd35e328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.23.0](https://github.com/kolplattformen/skolplattformen/compare/v1.22.1...v1.23.0) (2021-04-21) + + +### Features + +* 🎸 Gratis ([#312](https://github.com/kolplattformen/skolplattformen/issues/312)) ([ac8581d](https://github.com/kolplattformen/skolplattformen/commit/ac8581d0b96771883ef91ea0445d360972c6ed73)) + ## [1.22.1](https://github.com/kolplattformen/skolplattformen/compare/v1.22.0...v1.22.1) (2021-04-20) diff --git a/package.json b/package.json index df136a7a..28c6526f 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.22.1" + "version": "1.23.0" }