release 1.0.3

This commit is contained in:
Michael Schramm 2022-03-27 11:31:10 +02:00
parent 84d96cd5ee
commit 19339436a3
2 changed files with 9 additions and 3 deletions

View File

@ -24,14 +24,20 @@ Template for next version
### Changed ### Changed
### Fixed
### Security
## [1.0.3] - 2022-03-27
### Changed
- default form now has an end page - default form now has an end page
### Fixed ### Fixed
- sorting of fields in excel export - sorting of fields in excel export
### Security
## [1.0.2] - 2022-03-13 ## [1.0.2] - 2022-03-13
### Fixed ### Fixed

View File

@ -1,6 +1,6 @@
{ {
"name": "ohmyform-react", "name": "ohmyform-react",
"version": "1.0.2", "version": "1.0.3",
"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",