Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 1, 2011
1 parent 2db80ab commit ae54aaa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.11.1 / 2011-06-01
==================

* Fixed text block indentation [Laszlo Bacsi]
* Changed; utilizing devDependencies
* Fixed try/catch issue with renderFile(). Closes #227
* Removed attribute ":" support, use "=" (option for ':' coming soon)

0.11.0 / 2011-05-14
==================

Expand Down
3 changes: 2 additions & 1 deletion lib/jade.js
@@ -1,3 +1,4 @@

/*!
* Jade
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
Expand All @@ -18,7 +19,7 @@ var Parser = require('./parser')
* Library version.
*/

exports.version = '0.11.0';
exports.version = '0.11.1';

/**
* 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.11.0",
"version": "0.11.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/jade",
"main": "./index.js",
Expand Down

0 comments on commit ae54aaa

Please sign in to comment.