We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df699f commit be780a6Copy full SHA for be780a6
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-use-form-state",
3
- "version": "0.11.0",
+ "version": "0.12.0",
4
"description": "React hook for managing form and inputs state",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
src/index.d.ts
@@ -1,4 +1,4 @@
-// Type definitions for react-use-form-state 0.11.0
+// Type definitions for react-use-form-state 0.12.0
// Project: https://github.com/wsmd/react-use-form-state
// Definitions by: Waseem Dahman <https://github.com/wsmd>
0 commit comments