diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f25a7f..ea3ac88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.3](https://github.com/kolplattformen/skolplattformen/compare/v2.15.2...v2.15.3) (2023-01-14) + + +### Bug Fixes + +* 🐛 Week starts on monday regardless of selected locale ([#642](https://github.com/kolplattformen/skolplattformen/issues/642)) ([7e8ee95](https://github.com/kolplattformen/skolplattformen/commit/7e8ee956f4c638c9b51e033b75d808c2d8d8e62d)) + ## [2.15.2](https://github.com/kolplattformen/skolplattformen/compare/v2.15.1...v2.15.2) (2022-04-24) diff --git a/package.json b/package.json index 92596bbf..1061a6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.2", + "version": "2.15.3", "license": "MIT", "scripts": { "start": "nx start",