Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 10, 2011
1 parent f88c74d commit 1e9838c
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.6.1 / 2011-12-09
==================

* Fixed `ejs.renderFile()`

0.6.0 / 2011-12-09
==================

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

exports.version = '0.6.0';
exports.version = '0.6.1';

/**
* Filters.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ejs",
"description": "Embedded JavaScript templates",
"version": "0.6.0",
"version": "0.6.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"keywords": ["template", "engine", "ejs"],
"devDependencies": {
Expand Down

0 comments on commit 1e9838c

Please sign in to comment.