From e6f248c0c302cc77bca730d81641458cac4f66a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Mar 2021 16:26:29 +0100 Subject: [PATCH] chore(release): 1.1.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.3](https://github.com/kolplattformen/skolplattformen/compare/v1.1.2...v1.1.3) (2021-03-10) ### Bug Fixes * använd korrekt komponent för github-länk ([#183](https://github.com/kolplattformen/skolplattformen/issues/183)) ([d9428c9](https://github.com/kolplattformen/skolplattformen/commit/d9428c98c8110fcf028dca3598ca6707d7e03643)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e967e7..e6c3db4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/kolplattformen/skolplattformen/compare/v1.1.2...v1.1.3) (2021-03-10) + + +### Bug Fixes + +* använd korrekt komponent för github-länk ([#183](https://github.com/kolplattformen/skolplattformen/issues/183)) ([d9428c9](https://github.com/kolplattformen/skolplattformen/commit/d9428c98c8110fcf028dca3598ca6707d7e03643)) + ## [1.1.2](https://github.com/kolplattformen/skolplattformen/compare/v1.1.1...v1.1.2) (2021-02-27) diff --git a/package.json b/package.json index 64730a29..f61bc7dc 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.2" + "version": "1.1.3" }