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"