From ee35ba7108d29a4ccd6e120fd334f58da5c842fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Mar 2023 21:35:15 +0100 Subject: [PATCH] chore(release): 2.15.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.15.6](https://github.com/kolplattformen/skolplattformen/compare/v2.15.5...v2.15.6) (2023-03-21) ### Bug Fixes * 🐛 BankID urls changed ([#646](https://github.com/kolplattformen/skolplattformen/issues/646)) ([25a2d7f](https://github.com/kolplattformen/skolplattformen/commit/25a2d7f3f5c9fd8fc32f0cdbdab37ffce64da44b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf7916f..82533816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.6](https://github.com/kolplattformen/skolplattformen/compare/v2.15.5...v2.15.6) (2023-03-21) + + +### Bug Fixes + +* 🐛 BankID urls changed ([#646](https://github.com/kolplattformen/skolplattformen/issues/646)) ([25a2d7f](https://github.com/kolplattformen/skolplattformen/commit/25a2d7f3f5c9fd8fc32f0cdbdab37ffce64da44b)) + ## [2.15.5](https://github.com/kolplattformen/skolplattformen/compare/v2.15.4...v2.15.5) (2023-01-18) diff --git a/package.json b/package.json index 503bc1d7..6866ee1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.5", + "version": "2.15.6", "license": "MIT", "scripts": { "start": "nx start",