From 9feffef939197002ce16708c27036f7f744e8131 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 17 Jul 2012 08:50:24 -0700 Subject: [PATCH] Release 0.7.0 --- History.md | 5 +++++ lib/should.js | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 775d34d..70158af 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.7.0 / 2012-07-17 +================== + + * add `.throw(Constructor)` support [snakamura] + 0.6.3 / 2012-04-26 ================== diff --git a/lib/should.js b/lib/should.js index 84c98ba..3bd315a 100644 --- a/lib/should.js +++ b/lib/should.js @@ -33,7 +33,7 @@ exports = module.exports = assert; * Library version. */ -exports.version = '0.6.3'; +exports.version = '1.0.0'; /** * Assert _obj_ exists, with optional message. diff --git a/package.json b/package.json index 0aab571..a369072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "0.6.3" + , "version": "1.0.0" , "author": "TJ Holowaychuk " , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } , "homepage": "https://github.com/visionmedia/should.js"