Release 1.0.2

This commit is contained in:
Jake Luer 2012-05-26 23:39:29 -04:00
parent eb6453a5ca
commit 1b89af7114
4 changed files with 17 additions and 3 deletions

View file

@ -1,4 +1,18 @@
1.0.2 / 2012-05-26
==================
* Merge pull request #67 from chaijs/chaining-and-flags
* Browser build.
* Use `addChainableMethod` to get away from `__proto__` manipulation.
* New `addChainableMethod` utility.
* Replace `getAllFlags` with `transferFlags` utility.
* browser build
* test - get all flags
* utility - get all flags
* Add .mailmap to .npmignore.
* Add a .mailmap file to fix my name in shortlogs.
1.0.1 / 2012-05-18
==================

View file

@ -1183,7 +1183,7 @@ var used = []
* Chai version
*/
exports.version = '1.0.1';
exports.version = '1.0.2';
/*!
* Primary `Assertion` prototype

View file

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

View file

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