Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 7, 2011
1 parent ef6836c commit 4bcae08
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

0.0.2 / 2011-02-07
==================

* Fixed "=" presence in key

0.0.1 / 2011-02-07
==================

* Initial release
2 changes: 1 addition & 1 deletion lib/querystring.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.0.1';
exports.version = '0.0.2';

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

0 comments on commit 4bcae08

Please sign in to comment.