Release 1.4.2

This commit is contained in:
Jake Luer 2012-12-21 15:16:06 -05:00
parent 64db0cd21c
commit d3de8cb4ed
4 changed files with 10 additions and 3 deletions

View file

@ -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
==================

View file

@ -74,7 +74,7 @@
* Chai version
*/
exports.version = '1.4.1';
exports.version = '1.4.2';
/*!
* Primary `Assertion` prototype

View file

@ -11,7 +11,7 @@ var used = []
* Chai version
*/
exports.version = '1.4.1';
exports.version = '1.4.2';
/*!
* Primary `Assertion` prototype

View file

@ -11,7 +11,7 @@
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"version": "1.4.1",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai"