diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bdfce0..7085e0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.4](https://github.com/kolplattformen/skolplattformen/compare/v1.10.3...v1.10.4) (2021-04-02) + + +### Bug Fixes + +* 🐛 calendar sorting ([c0f5336](https://github.com/kolplattformen/skolplattformen/commit/c0f5336012c7fc7145ba042a1df76054ba1aed75)) + ## [1.10.3](https://github.com/kolplattformen/skolplattformen/compare/v1.10.2...v1.10.3) (2021-04-02) diff --git a/package.json b/package.json index 66f836cb..009bd457 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.10.3" + "version": "1.10.4" }