release 1.0.1

This commit is contained in:
Michael Schramm 2022-03-01 23:37:54 +01:00
parent 5bc6047507
commit 99fe3d2fe0
2 changed files with 24 additions and 3 deletions

View File

@ -5,16 +5,37 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
<!--
Template for next version
## [Unreleased] ## [Unreleased]
### Added ### Added
- allow one field nested data to be submitted ### Changed
### Fixed
### Security
-->
## [Unreleased]
### Added
### Changed ### Changed
### Fixed ### 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 - only update user fields in update mutation if they changed
- form delete - form delete
- field submission without value field - field submission without value field

View File

@ -1,6 +1,6 @@
{ {
"name": "ohmyform-api", "name": "ohmyform-api",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"author": "", "author": "",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",