Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 26, 2012
1 parent f214f66 commit 878314a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.6.2 / 2012-04-26
==================

* Added homepage to package.json
* Fixed .equal() with dates. Closes #63

0.6.1 / 2012-04-10
==================

Expand Down
5 changes: 3 additions & 2 deletions lib/should.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*!
* Should
* Copyright(c) 2010 TJ Holowaychuk <[email protected]>
* Copyright(c) 2010-2012 TJ Holowaychuk <[email protected]>
* MIT Licensed
*/

Expand Down Expand Up @@ -32,7 +33,7 @@ exports = module.exports = assert;
* Library version.
*/

exports.version = '0.6.1';
exports.version = '0.6.2';

/**
* 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.1"
, "version": "0.6.2"
, "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 878314a

Please sign in to comment.