chore(release): 1.16.1 [skip ci]

## [1.16.1](https://github.com/kolplattformen/skolplattformen/compare/v1.16.0...v1.16.1) (2021-04-17)

### Bug Fixes

* 🐛 Fixes issue where locale was not saved ([19554c7](19554c788f)), closes [#280](https://github.com/kolplattformen/skolplattformen/issues/280)
This commit is contained in:
semantic-release-bot 2021-04-17 14:45:55 +02:00
parent 4497440cb8
commit 243e9806f7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.16.1](https://github.com/kolplattformen/skolplattformen/compare/v1.16.0...v1.16.1) (2021-04-17)
### Bug Fixes
* 🐛 Fixes issue where locale was not saved ([19554c7](https://github.com/kolplattformen/skolplattformen/commit/19554c788fec4d37e8d86a654a83c960704f8c61)), closes [#280](https://github.com/kolplattformen/skolplattformen/issues/280)
# [1.16.0](https://github.com/kolplattformen/skolplattformen/compare/v1.15.1...v1.16.0) (2021-04-16)

View File

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