Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit abf57a6

Browse files
committed
release 1.0.2
1 parent 30ff2c9 commit abf57a6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ Template for next version
2626

2727
### Fixed
2828

29-
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
30-
3129
### Security
3230

31+
## [1.0.2] - 2022-03-13
32+
33+
### Fixed
34+
35+
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
36+
3337
## [1.0.1] - 2022-03-01
3438

3539
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ohmyform-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "AGPL-3.0-or-later",
55
"scripts": {
66
"start:dev": "next dev -p 4000",

0 commit comments

Comments
 (0)