Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Nov 10, 2015
1 parent 2d25cfa commit 2770efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.3 / 2015-11-10

Changed how the module is published to npm.

# 1.2.2 / 2015-05-01

Updated to get-form-data v1.2.2 - ignore inputs with no name or id.
Expand All @@ -18,4 +22,4 @@ Added: `trimOnSubmit` prop

# 1.0.0 / 2015-02-10

First release.
First release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-auto-form",
"description": "Simplifies getting user input from basic forms via onChange and onSubmit events",
"version": "1.2.2",
"version": "1.2.3",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"standalone": "AutoForm",
Expand Down

0 comments on commit 2770efb

Please sign in to comment.