Skip to content

Commit ba28722

Browse files
committed
v0.4.0
1 parent d630f82 commit ba28722

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# 0.4.0 (2014-12-16)
22

33
* consistently serialize [] params into arrays
44
* fix multi-select field support

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-serialize",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "serialize html forms",
55
"main": "index.js",
66
"directories": {
@@ -26,4 +26,4 @@
2626
"bugs": {
2727
"url": "https://github.com/shtylman/form-serialize/issues"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)