From de38af108cae01196f06b5d145a875bf09df8fdd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Mar 2021 07:17:27 +0100 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/kolplattformen/skolplattformen/compare/v1.4.0...v1.4.1) (2021-03-26) ### Bug Fixes * avbryt bankid-inloggning ([#209](https://github.com/kolplattformen/skolplattformen/issues/209)) ([4732de0](https://github.com/kolplattformen/skolplattformen/commit/4732de0819b5984b7a40ea21997cc0a61e481432)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5508806a..b5d2d244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/kolplattformen/skolplattformen/compare/v1.4.0...v1.4.1) (2021-03-26) + + +### Bug Fixes + +* avbryt bankid-inloggning ([#209](https://github.com/kolplattformen/skolplattformen/issues/209)) ([4732de0](https://github.com/kolplattformen/skolplattformen/commit/4732de0819b5984b7a40ea21997cc0a61e481432)) + # [1.4.0](https://github.com/kolplattformen/skolplattformen/compare/v1.3.0...v1.4.0) (2021-03-26) diff --git a/package.json b/package.json index 3656a5a1..fca269dc 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.4.0" + "version": "1.4.1" }