Skip to content

Commit be780a6

Browse files
committed
0.12.0
1 parent 8df699f commit be780a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-form-state",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "React hook for managing form and inputs state",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for react-use-form-state 0.11.0
1+
// Type definitions for react-use-form-state 0.12.0
22
// Project: https://github.com/wsmd/react-use-form-state
33
// Definitions by: Waseem Dahman <https://github.com/wsmd>
44

0 commit comments

Comments
 (0)