Skip to content

Commit

Permalink
bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macek committed Jul 8, 2015
1 parent 00fa0ff commit 68ec732
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5.0
-----
* remove jquery.json file
* add ability to serialize multiple elements

2.4.5
-----
* update example for hyphen notation
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.serialize-object.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.serialize-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2014, macek <[email protected]>
* @link https://github.com/macek/jquery-serialize-object
* @license BSD
* @version 2.4.5
* @version 2.5.0
*/
(function(root, factory) {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-serializer",
"version": "2.4.5",
"version": "2.5.0",
"description": "serialize form fields into an object or JSON",
"main": "./jquery.serialize-object.js",
"scripts": {
Expand Down

0 comments on commit 68ec732

Please sign in to comment.