From 8286add052388fd9d5c9689bcaf601d6b36de08d Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Fri, 12 Jul 2019 09:23:46 -0400 Subject: [PATCH] 2.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95dd27e..7b258c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-final-form-hooks", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32f1196..d949533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-final-form-hooks", - "version": "2.0.0", + "version": "2.0.1", "description": "React Hooks to bind to 🏁 Final Form's high performance subscription-based form state management engine", "main": "dist/react-final-form-hooks.cjs.js", "jsnext:main": "dist/react-final-form-hooks.es.js",