Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Jan 2, 2012
1 parent 27ecce8 commit 70a045a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.1.6 / 2012-01-02
==================

* commenting for assert interface
* updated codex dep

0.1.5 / 2012-01-02
==================

Expand Down
2 changes: 1 addition & 1 deletion chai.js
Expand Up @@ -944,7 +944,7 @@ require.register("chai.js", function(module, exports, require){

var exports = module.exports = {};

exports.version = '0.1.5';
exports.version = '0.1.6';

exports.expect = require('./interface/expect');
exports.assert = require('./interface/assert');
Expand Down
2 changes: 1 addition & 1 deletion lib/chai.js
Expand Up @@ -6,7 +6,7 @@

var exports = module.exports = {};

exports.version = '0.1.5';
exports.version = '0.1.6';

exports.expect = require('./interface/expect');
exports.assert = require('./interface/assert');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "chai",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
"keywords": [ "test", "assertion", "assert", "testing" ],
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/logicalparadox/chai"
Expand Down

0 comments on commit 70a045a

Please sign in to comment.