Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Nov 12, 2015
1 parent c97ec48 commit 17f453c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.4 / 2015-11-12

Changed UMD build directory.

# 1.2.3 / 2015-11-10

Changed how the module is published to npm.
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.2.4",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"global": "AutoForm",
Expand All @@ -20,7 +20,7 @@
"umd"
],
"dependencies": {
"get-form-data": "^1.2.3"
"get-form-data": "^1.2.4"
},
"peerDependencies": {
"react": ">=0.12.0"
Expand Down

0 comments on commit 17f453c

Please sign in to comment.