From fccdad1a2c84e71eaa4ec424d4cbd9aa6a44d279 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 30 Jul 2012 09:23:54 -0700 Subject: [PATCH] Release 1.1.0 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 70158af..c35d3ac 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +1.1.0 / 2012-07-30 +================== + + * add enclosing of failure message functions. Closes #81 + * add mocha .actual / .expected string support for all assertion values + 0.7.0 / 2012-07-17 ================== diff --git a/package.json b/package.json index a369072..0637191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should" , "description": "test framework agnostic BDD-style assertions" - , "version": "1.0.0" + , "version": "1.1.0" , "author": "TJ Holowaychuk " , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } , "homepage": "https://github.com/visionmedia/should.js"