Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 17, 2011
1 parent 4675d70 commit 9a49995
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.3.1 / 2011-08-17
==================

* Added `try/catch` around malformed uri components
* Add test coverage for Array native method bleed-though

0.3.0 / 2011-07-19
==================

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

exports.version = '0.3.0';
exports.version = '0.3.1';

/**
* Object#toString() ref for stringify().
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.3.0",
"version": "0.3.1",
"repository": {},
"author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)",
"main": "index",
Expand Down

0 comments on commit 9a49995

Please sign in to comment.