release 1.0.1
This commit is contained in:
parent
5bc6047507
commit
99fe3d2fe0
25
CHANGELOG.md
25
CHANGELOG.md
@ -4,17 +4,38 @@ 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/).
|
||||
|
||||
|
||||
<!--
|
||||
Template for next version
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- allow one field nested data to be submitted
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
-->
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
## [1.0.1] - 2022-03-01
|
||||
|
||||
### Added
|
||||
|
||||
- allow one field nested data to be submitted
|
||||
|
||||
### Fixed
|
||||
|
||||
- only update user fields in update mutation if they changed
|
||||
- form delete
|
||||
- field submission without value field
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ohmyform-api",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user