From 08b5fd9ce8ee473e79ea14b271f1bbd952df0f69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Feb 2021 15:16:35 +0100 Subject: [PATCH] chore(release): 1.1.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.2](https://github.com/kolplattformen/skolplattformen/compare/v1.1.1...v1.1.2) (2021-02-27) ### Bug Fixes * 🐛 Dekativera klasslistan ([eef1193](https://github.com/kolplattformen/skolplattformen/commit/eef1193b598b55c20e895c6ab849e828bc42a252)), closes [#161](https://github.com/kolplattformen/skolplattformen/issues/161) [#159](https://github.com/kolplattformen/skolplattformen/issues/159) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93e1056..08e967e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/kolplattformen/skolplattformen/compare/v1.1.1...v1.1.2) (2021-02-27) + + +### Bug Fixes + +* 🐛 Dekativera klasslistan ([eef1193](https://github.com/kolplattformen/skolplattformen/commit/eef1193b598b55c20e895c6ab849e828bc42a252)), closes [#161](https://github.com/kolplattformen/skolplattformen/issues/161) [#159](https://github.com/kolplattformen/skolplattformen/issues/159) + ## [1.1.1](https://github.com/kolplattformen/skolplattformen/compare/v1.1.0...v1.1.1) (2021-02-26) diff --git a/package.json b/package.json index 445509fd..64730a29 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.1.1" + "version": "1.1.2" }