Skip to content

Commit

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

0.12.0 / 2011-06-03
==================

* Added `doctype` as alias of `!!!`
* Added; doctype value is now case-insensitive
* Added attribute interpolation support
* Fixed; retain original indentation spaces in text blocks

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

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

exports.version = '0.11.1';
exports.version = '0.12.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.11.1",
"version": "0.12.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/jade",
"main": "./index.js",
Expand Down

0 comments on commit f8af92c

Please sign in to comment.