chore(release): 1.33.0 [skip ci]

# [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](9f15a303b8)), closes [#367](https://github.com/kolplattformen/skolplattformen/issues/367) [#332](https://github.com/kolplattformen/skolplattformen/issues/332)
This commit is contained in:
semantic-release-bot 2021-05-11 13:34:55 +02:00
parent fa6df50e20
commit 85bc6d4210
3 changed files with 9 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.32.1",
"version": "1.33.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.32.1"
"version": "1.33.0"
}