diff --git a/CHANGELOG.md b/CHANGELOG.md index f01e3385e..3d18c5dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.33.0](https://github.com/kolplattformen/skolplattformen/compare/v1.32.1...v1.33.0) (2021-05-11) + + +### Features + +* 🎸 Added current language name to auth screen ([9f15a30](https://github.com/kolplattformen/skolplattformen/commit/9f15a303b895b375e34cb9e120bc988c6be558aa)), closes [#367](https://github.com/kolplattformen/skolplattformen/issues/367) [#332](https://github.com/kolplattformen/skolplattformen/issues/332) + ## [1.32.1](https://github.com/kolplattformen/skolplattformen/compare/v1.32.0...v1.32.1) (2021-05-11) diff --git a/package-lock.json b/package-lock.json index eb5df431e..cd3d74ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.32.1", + "version": "1.33.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5868d3dc7..0f51f6ed9 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.32.1" + "version": "1.33.0" }