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 ### Fixed
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
### Security ### 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 ## [1.0.1] - 2022-03-01
### Added ### Added

View File

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