diff --git a/CHANGELOG b/CHANGELOG index 16d0609..8677bf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.13.0: + date: 2014-09-30 + changes: + - Update to jade 1.7.0. v0.12.0: date: 2014-05-29 changes: diff --git a/README.md b/README.md index 009eff1..a27e70c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jade v0.13.0-pre [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jade.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jade) Build Status: Windows +# grunt-contrib-jade v0.13.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jade.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jade) Build Status: Windows > Compile Jade templates. @@ -19,7 +19,7 @@ Once the plugin has been installed, it may be enabled inside your Gruntfile with grunt.loadNpmTasks('grunt-contrib-jade'); ``` -*This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that [you upgrade](http://gruntjs.com/upgrading-from-0.3-to-0.4), but in case you can't please use [v0.3.1](https://github.com/gruntjs/grunt-contrib-jade/tree/0.3-stable).* +*This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that [you upgrade](http://gruntjs.com/upgrading-from-0.3-to-0.4), but in case you can't please use [v0.3.1](https://github.com/gruntjs/grunt-contrib-jade/tree/grunt-0.3-stable).* @@ -240,6 +240,7 @@ jade: { ## Release History + * 2014-09-30   v0.13.0   Update to jade 1.7.0. * 2014-05-29   v0.12.0   Update to jade 1.3. Make jade task to fail on an error. * 2014-03-02   v0.11.0   Document 'processContent'. Bump to jade 1.2. Update copyright to 2014. Remove lodash-node module. * 2014-01-20   v0.10.0   Bump jade version to ~1.1.5 Fix AUTHORS @@ -261,4 +262,4 @@ jade: { Task submitted by [Eric Woroshow](http://ericw.ca/) -*This file was generated on Sun Jul 27 2014 11:58:51.* +*This file was generated on Tue Sep 30 2014 09:59:35.* diff --git a/package.json b/package.json index 09c0d7e..a50aa3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jade", "description": "Compile Jade templates.", - "version": "0.13.0-pre", + "version": "0.13.0", "homepage": "https://github.com/gruntjs/grunt-contrib-jade", "author": { "name": "Grunt Team",