prepare 0.9.7 release

This commit is contained in:
Michael Schramm 2020-09-02 11:18:34 +02:00
parent 1cd4464b5c
commit 4eab2b42b8
2 changed files with 11 additions and 1 deletions

View File

@ -11,10 +11,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
### Fixed
### Security
## [0.9.7] - 2020-09-02
### Changed
- improved german translation (https://github.com/ohmyform/ui/pull/28)
### Fixed
- colors for landing page buttons
### Security
- upgraded dependencies

View File

@ -1,6 +1,6 @@
{
"name": "ohmyform-react",
"version": "0.9.5",
"version": "0.9.7",
"license": "AGPL-3.0-or-later",
"scripts": {
"start:dev": "next dev -p 4000",