release 1.0.2

This commit is contained in:
Michael Schramm 2022-03-13 23:41:41 +01:00
parent 30ff2c96bc
commit abf57a6976
2 changed files with 7 additions and 3 deletions

View File

@ -26,10 +26,14 @@ Template for next version
### Fixed
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
### Security
## [1.0.2] - 2022-03-13
### Fixed
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
## [1.0.1] - 2022-03-01
### Added

View File

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