Skip to content

Commit efaebf6

Browse files
author
Paul Macek
committed
bump version to 2.4.3
1 parent a9c2a43 commit efaebf6

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.4.3
2+
-----
3+
* fix location of testing script
4+
5+
16
2.4.2
27
-----
38
* add missing ignore entry to bower.json. wups!

dist/jquery.serialize-object.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.serialize-object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright 2014, macek <paulmacek@gmail.com>
44
* @link https://github.com/macek/jquery-serialize-object
55
* @license BSD
6-
* @version 2.4.2
6+
* @version 2.4.3
77
*/
88
(function(root, factory) {
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-serializer",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "serialize form fields into an object or JSON",
55
"main": "./jquery.serialize-object.js",
66
"scripts": {
@@ -28,6 +28,6 @@
2828
"url": "https://github.com/macek/jquery-serialize-object/issues"
2929
},
3030
"devDependencies": {
31-
"uglify-js": "^2.4.22"
31+
"uglify-js": "^2.4.32"
3232
}
3333
}

serialize-object.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "serialize-object",
33
"title": "jQuery.serializeObject",
44
"description": "Serialize a form into an object or JSON.",
5-
"version": "2.4.2",
5+
"version": "2.4.3",
66
"author": {
77
"name": "Paul Macek",
88
"emali": "paulmacek@gmail.com",
@@ -27,5 +27,5 @@
2727
"bugs": "https://github.com/macek/jquery-serialize-object/issues",
2828
"homepage": "https://github.com/macek/jquery-serialize-object",
2929
"docs": "https://github.com/macek/jquery-serialize-object/blob/master/README.md",
30-
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.2"
30+
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.3"
3131
}

0 commit comments

Comments
 (0)