chore(release): 1.25.0 [skip ci]

# [1.25.0](https://github.com/kolplattformen/skolplattformen/compare/v1.24.1...v1.25.0) (2021-04-25)

### Features

* 🎸 Added useAppState hook and logs out user if not authenticated ([#328](https://github.com/kolplattformen/skolplattformen/issues/328)) ([772f652](772f65273c))
This commit is contained in:
semantic-release-bot 2021-04-25 15:29:15 +02:00
parent 772f65273c
commit 93df9ee967
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.25.0](https://github.com/kolplattformen/skolplattformen/compare/v1.24.1...v1.25.0) (2021-04-25)
### Features
* 🎸 Added useAppState hook and logs out user if not authenticated ([#328](https://github.com/kolplattformen/skolplattformen/issues/328)) ([772f652](https://github.com/kolplattformen/skolplattformen/commit/772f65273c4858eac680594f61dc7ac92c30faa0))
## [1.24.1](https://github.com/kolplattformen/skolplattformen/compare/v1.24.0...v1.24.1) (2021-04-23)

View File

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