chore(release): 1.36.0 [skip ci]

# [1.36.0](https://github.com/kolplattformen/skolplattformen/compare/v1.35.1...v1.36.0) (2021-05-21)

### Features

* 🎸 Fler språk ([#400](https://github.com/kolplattformen/skolplattformen/issues/400)) ([0e8e905](0e8e90581b))
This commit is contained in:
semantic-release-bot 2021-05-22 00:07:12 +02:00
parent 0e8e90581b
commit 92be4a7097
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [1.36.0](https://github.com/kolplattformen/skolplattformen/compare/v1.35.1...v1.36.0) (2021-05-21)
### Features
* 🎸 Fler språk ([#400](https://github.com/kolplattformen/skolplattformen/issues/400)) ([0e8e905](https://github.com/kolplattformen/skolplattformen/commit/0e8e90581b7ab3c1705e590dbf0ef6f4a2286f1f))
## [1.35.1](https://github.com/kolplattformen/skolplattformen/compare/v1.35.0...v1.35.1) (2021-05-17)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.35.1",
"version": "1.36.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.35.1"
"version": "1.36.0"
}