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

+11
-6
lines changed

Diff for: HISTORY.md

+5
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!

Diff for: dist/jquery.serialize-object.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: jquery.serialize-object.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright 2014, macek <[email protected]>
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

Diff for: package.json

+2-2
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
}

Diff for: serialize-object.jquery.json

+2-2
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": "[email protected]",
@@ -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)