From 8a1123d64009e69c220d09abb158b2172a03a232 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Jan 2023 18:40:59 +0100 Subject: [PATCH] chore(release): 2.15.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.15.4](https://github.com/kolplattformen/skolplattformen/compare/v2.15.3...v2.15.4) (2023-01-14) ### Bug Fixes * 🐛 Better fix for the isoWeek bug in Timetable ([ea6b385](https://github.com/kolplattformen/skolplattformen/commit/ea6b385b4f56a4565796fab15afa71e00cea2a9e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3ac88e..e0caf628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.4](https://github.com/kolplattformen/skolplattformen/compare/v2.15.3...v2.15.4) (2023-01-14) + + +### Bug Fixes + +* 🐛 Better fix for the isoWeek bug in Timetable ([ea6b385](https://github.com/kolplattformen/skolplattformen/commit/ea6b385b4f56a4565796fab15afa71e00cea2a9e)) + ## [2.15.3](https://github.com/kolplattformen/skolplattformen/compare/v2.15.2...v2.15.3) (2023-01-14) diff --git a/package.json b/package.json index 1061a6cc..3ea7a096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.3", + "version": "2.15.4", "license": "MIT", "scripts": { "start": "nx start",