From 5c98ba75a2684b8cd3a170b1a00f2a55fe976d38 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 17 Dec 2011 10:44:01 -0800 Subject: [PATCH] Release 0.4.2 --- 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 a08213a..7e01af8 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.4.2 / 2011-12-17 +================== + + * Fixed .header() for realzzz + 0.4.1 / 2011-12-16 ================== diff --git a/lib/should.js b/lib/should.js index b5932e9..a4a4c64 100644 --- a/lib/should.js +++ b/lib/should.js @@ -32,7 +32,7 @@ exports = module.exports = assert; * Library version. */ -exports.version = '0.4.1'; +exports.version = '0.4.2'; /** * Assert _obj_ exists, with optional message. diff --git a/package.json b/package.json index d3e93c1..d9df376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "0.4.1" + , "version": "0.4.2" , "author": "TJ Holowaychuk " , "contributors": [ "Aseem Kishore " ] , "devDependencies": {