mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
Release 1.4.2
This commit is contained in:
parent
64db0cd21c
commit
d3de8cb4ed
4 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
2
chai.js
2
chai.js
|
@ -74,7 +74,7 @@
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.4.1';
|
||||
exports.version = '1.4.2';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -11,7 +11,7 @@ var used = []
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.4.1';
|
||||
exports.version = '1.4.2';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue