diff --git a/History.md b/History.md index eec7ed3..e189657 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/lib/should.js b/lib/should.js index 8559a49..26305c4 100644 --- a/lib/should.js +++ b/lib/should.js @@ -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. diff --git a/package.json b/package.json index abc8b17..67a6bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "0.6.0" + , "version": "0.6.1" , "author": "TJ Holowaychuk " , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } , "contributors": [ "Aseem Kishore " ]