Skip to content

Commit 79d9306

Browse files
committed
Release 0.6.6
1 parent e25892f commit 79d9306

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.6.6 / 2013-12-03
3+
==================
4+
5+
* use blacklist instead of nullary objects
6+
27
0.6.5 / 2013-05-13
38
==================
49

Diff for: component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "querystring",
33
"repo": "visionmedia/node-querystring",
44
"description": "query-string parser / stringifier with nesting support",
5-
"version": "0.6.5",
5+
"version": "0.6.6",
66
"keywords": ["querystring", "query", "parser"],
77
"scripts": ["index.js"],
88
"license": "MIT"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qs",
33
"description": "querystring parser",
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"keywords": ["query string", "parser", "component"],
66
"repository": {
77
"type" : "git",

0 commit comments

Comments
 (0)