Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 12, 2012
1 parent 0a9b1c0 commit 0a16a78
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

0.5.0 / 2012-01-12
==================

* Added string matching to `.throw()` [serby]
* Added regexp matching to `.throw()` [serby]
* Added `.includeEql()` [RubenVerborgh]
* Added `.should.be.html`
* Added `.should.be.json`
* Added optional description args to most matchers [Mike Swift]


0.4.2 / 2011-12-17
==================

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

exports.version = '0.4.2';
exports.version = '0.5.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.4.2"
, "version": "0.5.0"
, "author": "TJ Holowaychuk <[email protected]>"
, "contributors": [ "Aseem Kishore <[email protected]>" ]
, "devDependencies": {
Expand Down

0 comments on commit 0a16a78

Please sign in to comment.