Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 5, 2011
1 parent 59746aa commit 3c00286
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.8.0 / 2011-03-04
==================

* Added block-expansion support. Closes #74
* Added support for multi-line attrs without commas. Closes #65

0.7.1 / 2011-03-04
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/jade.js
Expand Up @@ -17,7 +17,7 @@ var Parser = require('./parser')
* Library version.
*/

exports.version = '0.7.1';
exports.version = '0.8.0';

/**
* Intermediate JavaScript cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jade",
"description": "Jade template engine",
"version": "0.7.1",
"version": "0.8.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js",
"bin": { "jade": "./bin/jade" },
Expand Down

0 comments on commit 3c00286

Please sign in to comment.