We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64f9b4 commit b14e956Copy full SHA for b14e956
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2021-08-03
11
+
12
## [0.2.0-beta.13] - 2020-03-26
13
14
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hook-form-jsonschema",
3
- "version": "0.2.0-beta.13",
+ "version": "0.2.0",
4
"description": "Wrapper arround react-hook-form to create forms from a JSON schema.",
5
"main": "output/index.cjs.js",
6
"module": "output/index.esm.js",
0 commit comments