From 82f457b3dd53f0f482cf9e12cd3f56aac6ccb91e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Feb 2021 12:33:31 +0100 Subject: [PATCH] chore(release): 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/kolplattformen/skolplattformen/compare/v1.1.0...v1.1.1) (2021-02-26) ### Bug Fixes * 🐛 Ikoner för initialt iPad stöd ([6ee68bf](https://github.com/kolplattformen/skolplattformen/commit/6ee68bf19f0d6849a872bceff1e5b46217f35f4c)), closes [#166](https://github.com/kolplattformen/skolplattformen/issues/166) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc39ed0..e93e1056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/kolplattformen/skolplattformen/compare/v1.1.0...v1.1.1) (2021-02-26) + + +### Bug Fixes + +* 🐛 Ikoner för initialt iPad stöd ([6ee68bf](https://github.com/kolplattformen/skolplattformen/commit/6ee68bf19f0d6849a872bceff1e5b46217f35f4c)), closes [#166](https://github.com/kolplattformen/skolplattformen/issues/166) + # [1.1.0](https://github.com/kolplattformen/skolplattformen/compare/v1.0.0...v1.1.0) (2021-02-23) diff --git a/package.json b/package.json index e68d217c..445509fd 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.0" + "version": "1.1.1" }