Skip to content

Commit b14e956

Browse files
Release v0.2.0
1 parent c64f9b4 commit b14e956

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-08-03
11+
1012
## [0.2.0-beta.13] - 2020-03-26
1113

1214
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-form-jsonschema",
3-
"version": "0.2.0-beta.13",
3+
"version": "0.2.0",
44
"description": "Wrapper arround react-hook-form to create forms from a JSON schema.",
55
"main": "output/index.cjs.js",
66
"module": "output/index.esm.js",

0 commit comments

Comments
 (0)