Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 10, 2012
1 parent 9cb17bd commit 028c3bc
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.6.1 / 2012-04-10
==================

* package: add "repository" section [TooTallNate]
* use valueOf() to get the reference the object [TooTallNate]

0.6.0 / 2012-03-01
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports = module.exports = assert;
* Library version.
*/

exports.version = '0.6.0';
exports.version = '0.6.1';

/**
* Assert _obj_ exists, with optional message.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "0.6.0"
, "version": "0.6.1"
, "author": "TJ Holowaychuk <[email protected]>"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" }
, "contributors": [ "Aseem Kishore <[email protected]>" ]
Expand Down

0 comments on commit 028c3bc

Please sign in to comment.