Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 21, 2011
1 parent 5e9f5f6 commit 2ea7c37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.2.0 / 2011-04-20
==================

* Added require implementation. Closes #3
* Added `Date` serialization support

0.1.0 / 2011-04-08
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express-expose.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var express = require('express')
* Library version.
*/

exports.version = '0.0.1';
exports.version = '0.2.0';

/**
* Default namespace.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "express-expose"
, "version": "0.1.0"
, "version": "0.2.0"
, "description": "Expose helpers and local variables to the client-side"
, "keywords": ["express"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 2ea7c37

Please sign in to comment.