Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 26, 2012
1 parent 83b78c8 commit 0c31c0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.1 / 2012-03-26
==================

* Fixed exception when using express in production caused by typo. [slaskis]

0.7.0 / 2012-03-24
==================

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

/*!
* EJS
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
* Copyright(c) 2012 TJ Holowaychuk <tj@vision-media.ca>
* MIT Licensed
*/

Expand All @@ -15,7 +16,7 @@ var utils = require('./utils')
* Library version.
*/

exports.version = '0.7.0';
exports.version = '0.7.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.7.0",
"version": "0.7.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"keywords": ["template", "engine", "ejs"],
"devDependencies": {
Expand Down

0 comments on commit 0c31c0e

Please sign in to comment.