From d3de8cb4ed14ed6e0f50ec059a028ad3205e1daa Mon Sep 17 00:00:00 2001 From: Jake Luer Date: Fri, 21 Dec 2012 15:16:06 -0500 Subject: [PATCH] Release 1.4.2 --- History.md | 7 +++++++ chai.js | 2 +- lib/chai.js | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 6a1fa85..e96f355 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.4.2 / 2012-12-21 +================== + + * browser build: (object diff support when used with mocha) #106 + * test: [display] array test for mocha object diff + * browser: no longer need different AssertionError constructor + 1.4.1 / 2012-12-21 ================== diff --git a/chai.js b/chai.js index 9d1136a..88e1d25 100644 --- a/chai.js +++ b/chai.js @@ -74,7 +74,7 @@ * Chai version */ - exports.version = '1.4.1'; + exports.version = '1.4.2'; /*! * Primary `Assertion` prototype diff --git a/lib/chai.js b/lib/chai.js index 20a539b..233606a 100644 --- a/lib/chai.js +++ b/lib/chai.js @@ -11,7 +11,7 @@ var used = [] * Chai version */ -exports.version = '1.4.1'; +exports.version = '1.4.2'; /*! * Primary `Assertion` prototype diff --git a/package.json b/package.json index 6ca3e77..b82cdbd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "Veselin Todorov ", "John Firebaugh " ], - "version": "1.4.1", + "version": "1.4.2", "repository": { "type": "git", "url": "https://github.com/chaijs/chai"