Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 13, 2011
1 parent 2226225 commit b642ddd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.0.7 / 2011-03-13
==================

* Fixed; handle empty string and `== null` in `qs.parse()` [dmit]

0.0.6 / 2011-02-14
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/querystring.js
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.0.6';
exports.version = '0.0.7';

/**
* Parse the given query `str`, returning an object.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "qs",
"description": "querystring parser",
"version": "0.0.6",
"version": "0.0.7",
"repository": {},
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "index",
Expand Down

0 comments on commit b642ddd

Please sign in to comment.