From bee6d59283195b9c7918e99fad30bd4ea7004d0a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Sep 2023 07:11:41 +0200 Subject: [PATCH] chore(release): 2.15.9 [skip ci] ## [2.15.9](https://github.com/kolplattformen/skolplattformen/compare/v2.15.8...v2.15.9) (2023-09-21) ### Bug Fixes * copyright year ([#657](https://github.com/kolplattformen/skolplattformen/issues/657)) ([20ae87f](https://github.com/kolplattformen/skolplattformen/commit/20ae87fee165d9c4c9f9b77c28003226e5255e92)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca9c077..2bd43f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.9](https://github.com/kolplattformen/skolplattformen/compare/v2.15.8...v2.15.9) (2023-09-21) + + +### Bug Fixes + +* copyright year ([#657](https://github.com/kolplattformen/skolplattformen/issues/657)) ([20ae87f](https://github.com/kolplattformen/skolplattformen/commit/20ae87fee165d9c4c9f9b77c28003226e5255e92)) + ## [2.15.8](https://github.com/kolplattformen/skolplattformen/compare/v2.15.7...v2.15.8) (2023-09-17) diff --git a/package.json b/package.json index fcc578cc..9938eeea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.8", + "version": "2.15.9", "license": "MIT", "scripts": { "start": "nx start",