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

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Mar 1, 2022
1 parent 5bc6047 commit 99fe3d2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ohmyform-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 99fe3d2

Please sign in to comment.