From 028c3bcd8a420c7404cbfac7779e969c0f2a1e21 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 10 Apr 2012 12:29:42 -0700 Subject: [PATCH] Release 0.6.1 --- History.md | 6 ++++++ lib/should.js | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 " ]