Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Dec 21, 2012
1 parent 64db0cd commit d3de8cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* Chai version
*/

exports.version = '1.4.1';
exports.version = '1.4.2';

/*!
* Primary `Assertion` prototype
Expand Down
2 changes: 1 addition & 1 deletion lib/chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var used = []
* Chai version
*/

exports.version = '1.4.1';
exports.version = '1.4.2';

/*!
* Primary `Assertion` prototype
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3de8cb

Please sign in to comment.