Skip to content

Commit 97517a6

Browse files
committed
0.9.1
1 parent 713578f commit 97517a6

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.9.0",
3+
"version": "0.9.1",
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.9.0
1+
// Type definitions for react-use-form-state 0.9.1
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)