From ae5fd0624cd8cbe837e438de5021b4999af1f34a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Mar 2023 22:38:58 +0200 Subject: [PATCH] chore(release): 2.15.7 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.15.7](https://github.com/kolplattformen/skolplattformen/compare/v2.15.6...v2.15.7) (2023-03-28) ### Bug Fixes * 🐛 Change broken links caused by name change of repo ([#649](https://github.com/kolplattformen/skolplattformen/issues/649)) ([61d47b4](https://github.com/kolplattformen/skolplattformen/commit/61d47b44406b6af3585c933ef0f964311026be09)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9abce9d..865693e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.7](https://github.com/kolplattformen/skolplattformen/compare/v2.15.6...v2.15.7) (2023-03-28) + + +### Bug Fixes + +* 🐛 Change broken links caused by name change of repo ([#649](https://github.com/kolplattformen/skolplattformen/issues/649)) ([61d47b4](https://github.com/kolplattformen/skolplattformen/commit/61d47b44406b6af3585c933ef0f964311026be09)) + ## [2.15.6](https://github.com/kolplattformen/skolplattformen/compare/v2.15.5...v2.15.6) (2023-03-21) diff --git a/package.json b/package.json index 6866ee1f..a64f28d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.6", + "version": "2.15.7", "license": "MIT", "scripts": { "start": "nx start",