Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed May 18, 2012
1 parent 58ae395 commit ca5368c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions History.md
@@ -1,4 +1,17 @@

1.0.1 / 2012-05-18
==================

* browser build
* Fixing "an" vs. "a" grammar in type assertions.
* Uniformize `assert` interface inline docs.
* Don't use `instanceof` for `assert.isArray`.
* Add `deep` flag for equality and property value.
* Merge pull request #64 from chaijs/assertion-docs
* Uniformize assertion inline docs.
* Add npm-debug.log to .gitignore.
* no reserved words as actuals. #62

1.0.0 / 2012-05-15
==================

Expand Down
32 changes: 16 additions & 16 deletions README.md
Expand Up @@ -9,22 +9,22 @@ For more information or to download plugins, view the [documentation](http://cha

### Contributors

commits: 436
files : 41
authors:
325 Jake Luer 74.5%
66 Veselin Todorov 15.1%
12 domenic 2.8%
7 Domenic Denicola 1.6%
5 Juliusz Gonera 1.1%
5 Jo Liss 1.1%
4 josher19 0.9%
4 John Firebaugh 0.9%
3 Jeff Barczewski 0.7%
2 Jakub Nešetřil 0.5%
1 Sasha Koss 0.2%
1 Vinay Pulim 0.2%
1 Anand Patil 0.2%
commits: 450
files : 41
authors:
333 Jake Luer 74.0%
66 Veselin Todorov 14.7%
18 domenic 4.0%
7 Domenic Denicola 1.6%
5 Juliusz Gonera 1.1%
5 Jo Liss 1.1%
4 josher19 0.9%
4 John Firebaugh 0.9%
3 Jeff Barczewski 0.7%
2 Jakub Nešetřil 0.4%
1 Sasha Koss 0.2%
1 Vinay Pulim 0.2%
1 Anand Patil 0.2%

## License

Expand Down
2 changes: 1 addition & 1 deletion chai.js
Expand Up @@ -1205,7 +1205,7 @@ var used = []
* Chai version
*/

exports.version = '1.0.0';
exports.version = '1.0.1';

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

exports.version = '1.0.0';
exports.version = '1.0.1';

/*!
* Primary `Assertion` prototype
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai"
Expand Down

0 comments on commit ca5368c

Please sign in to comment.