From 0a16a7842951b3685801848b7d365a5a79d03c17 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 12 Jan 2012 03:33:05 -0800 Subject: [PATCH] Release 0.5.0 --- History.md | 11 +++++++++++ lib/should.js | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 7e01af8..d8f4244 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +0.5.0 / 2012-01-12 +================== + + * Added string matching to `.throw()` [serby] + * Added regexp matching to `.throw()` [serby] + * Added `.includeEql()` [RubenVerborgh] + * Added `.should.be.html` + * Added `.should.be.json` + * Added optional description args to most matchers [Mike Swift] + + 0.4.2 / 2011-12-17 ================== diff --git a/lib/should.js b/lib/should.js index 2247e63..b21941a 100644 --- a/lib/should.js +++ b/lib/should.js @@ -32,7 +32,7 @@ exports = module.exports = assert; * Library version. */ -exports.version = '0.4.2'; +exports.version = '0.5.0'; /** * Assert _obj_ exists, with optional message. diff --git a/package.json b/package.json index d9df376..e5411d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "0.4.2" + , "version": "0.5.0" , "author": "TJ Holowaychuk " , "contributors": [ "Aseem Kishore " ] , "devDependencies": {