Skip to content

Commit 881148b

Browse files
committed
0.11.0
1 parent a838684 commit 881148b

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