Skip to content

Commit 8920964

Browse files
authored
Set version v0.0.5 (#6)
1 parent b7e7a76 commit 8920964

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.0.5 (unreleased)
2+
3+
4+
15
# v0.0.4
26

37
- Change type signature of append in useFieldArray hook

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenlabs/ppx-rhf",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "ReScript PPX which generates the bindings for react-hook-form",
55
"license": "MIT",
66
"author": "Woonki Moon<[email protected]>",

src/ppx_rhf.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ppx_rhf"
3-
version: "0.0.4"
3+
version: "0.0.5"
44
synopsis: "ReScript PPX for react-hook-form"
55
description: """
66
ReScript PPX which generates the bindings for react-hook-form

0 commit comments

Comments
 (0)