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",