diff --git a/CHANGES.md b/CHANGES.md index 4b58952..697a9bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 3.0.0 / 2020-05-16 + Breaking change: updated to get-form-data@3 - checkbox inputs without a `value` will now return `true` as their value when checked, instead of `'on'`. # 2.0.0 / 2018-01-01 diff --git a/package.json b/package.json index 9907b52..4ca7995 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-auto-form", - "version": "2.0.0", - "description": "Simplifies getting user input from basic forms via onChange and onSubmit events", + "version": "3.0.0", + "description": "Simplifies getting user input from forms via onChange and onSubmit events", "main": "lib/index.js", "module": "es/index.js", "files": [ @@ -40,7 +40,9 @@ "keywords": [ "react", "react-component", + "uncontrolled", + "uncontrolled-forms", "form", "forms" ] -} +} \ No newline at end of file