Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 17, 2012
1 parent dbc054d commit 9feffef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.7.0 / 2012-07-17
==================

* add `.throw(Constructor)` support [snakamura]

0.6.3 / 2012-04-26
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports = module.exports = assert;
* Library version.
*/

exports.version = '0.6.3';
exports.version = '1.0.0';

/**
* Assert _obj_ exists, with optional message.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "0.6.3"
, "version": "1.0.0"
, "author": "TJ Holowaychuk <[email protected]>"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" }
, "homepage": "https://github.com/visionmedia/should.js"
Expand Down

0 comments on commit 9feffef

Please sign in to comment.