From 394d0d973da5b7094a13554725ec210980b7af9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Oct 2023 23:37:04 +0200 Subject: [PATCH] chore(release): 2.15.10 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.15.10](https://github.com/kolplattformen/skolplattformen/compare/v2.15.9...v2.15.10) (2023-10-07) ### Bug Fixes * 🐛 Updated Timetable URLs ([#659](https://github.com/kolplattformen/skolplattformen/issues/659)) ([e6ba622](https://github.com/kolplattformen/skolplattformen/commit/e6ba622fa9d5c7ec533a71fe5b1fab6687a8fefe)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd43f25..b3550ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.10](https://github.com/kolplattformen/skolplattformen/compare/v2.15.9...v2.15.10) (2023-10-07) + + +### Bug Fixes + +* 🐛 Updated Timetable URLs ([#659](https://github.com/kolplattformen/skolplattformen/issues/659)) ([e6ba622](https://github.com/kolplattformen/skolplattformen/commit/e6ba622fa9d5c7ec533a71fe5b1fab6687a8fefe)) + ## [2.15.9](https://github.com/kolplattformen/skolplattformen/compare/v2.15.8...v2.15.9) (2023-09-21) diff --git a/package.json b/package.json index 9938eeea..8c8d1c95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.9", + "version": "2.15.10", "license": "MIT", "scripts": { "start": "nx start",