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
### Fixed
### Security
## [1.0.3] - 2022-03-27
### Changed
- default form now has an end page
### Fixed
- sorting of fields in excel export
### Security
## [1.0.2] - 2022-03-13
### Fixed

View File

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