diff --git a/CHANGELOG b/CHANGELOG index 4a1e7c9..8bedd52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.8.3: + date: 2013-12-06 + changes: + - Support sourceMapURL v0.8.2: date: 2013-11-14 changes: diff --git a/README.md b/README.md index 9ee2e1e..c3f383e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-less v0.8.2 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) +# grunt-contrib-less v0.8.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) > Compile LESS files to CSS. @@ -203,6 +203,7 @@ less: { ## Release History + * 2013-12-06   v0.8.3   Support sourceMapURL * 2013-11-14   v0.8.2   Support outputSourceFiles * 2013-10-24   v0.8.1   Support sourceMapFilename, sourceMapBasepath and sourceMapRootpath * 2013-10-22   v0.8.0   Upgrade to LESS 1.5 Support strictUnits option Support sourceMap option Add customFunctions option for defining custom functions within LESS Output the source file name on error yuicompress option now cleancss (Less changed underlying dependency) @@ -227,4 +228,4 @@ less: { Task submitted by [Tyler Kellen](http://goingslowly.com/) -*This file was generated on Tue Nov 19 2013 22:02:01.* +*This file was generated on Fri Dec 06 2013 08:39:01.* diff --git a/package.json b/package.json index 3da816e..c66f166 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-less", "description": "Compile LESS files to CSS.", - "version": "0.8.2", + "version": "0.8.3", "homepage": "https://github.com/gruntjs/grunt-contrib-less", "author": { "name": "Grunt Team",