release 1.0.1

This commit is contained in:
Michael Schramm 2022-03-01 23:37:54 +01:00
parent 674678dba3
commit 23e67c8f7e
2 changed files with 25 additions and 4 deletions

View File

@ -5,7 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## UNRELEASED
<!--
Template for next version
## [Unreleased]
### Added
### Changed
### Fixed
### Security
-->
## [Unreleased]
### Added
### Changed
### Fixed
### Security
## [1.0.1] - 2022-03-01
### Added
@ -26,8 +49,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- empty fields are no longer submitted
- stuttery form because of logic rerenders
### Security
## [1.0.0] - 2022-02-28
### Added

View File

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