From e20ce58abbaa57dff5afe01b87dfdea8c867cfb6 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 24 Oct 2011 13:59:39 -0700 Subject: [PATCH] Release 0.3.2 --- 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 ffc4968..3ae7510 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.3.2 / 2011-10-24 +================== + + * Fixed tests for 0.5.x + * Fixed sys warning + 0.3.1 / 2011-08-22 ================== diff --git a/lib/should.js b/lib/should.js index ae88a28..e2599b5 100644 --- a/lib/should.js +++ b/lib/should.js @@ -32,7 +32,7 @@ exports = module.exports = assert; * Library version. */ -exports.version = '0.3.1'; +exports.version = '0.3.2'; /** * Assert _obj_ exists, with optional message. diff --git a/package.json b/package.json index 793f306..e10e875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "0.3.1" + , "version": "0.3.2" , "author": "TJ Holowaychuk " , "contributors": [ "Aseem Kishore " ] , "devDependencies": {