From aff85090cd05ee61ff0fa331953aac342662251f Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Tue, 7 Jan 2014 14:32:32 -0500 Subject: [PATCH] v0.9.0 --- CHANGELOG | 4 ++++ README.md | 5 +++-- package.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8bedd52..6204b1c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.9.0: + date: 2014-01-07 + changes: + - Bump to less 1.6 v0.8.3: date: 2013-12-06 changes: diff --git a/README.md b/README.md index a580b8d..6c0dbc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# grunt-contrib-less v0.9.0 [![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. @@ -210,6 +210,7 @@ less: { ## Release History + * 2014-01-07   v0.9.0   Bump to less 1.6 * 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 @@ -235,4 +236,4 @@ less: { Task submitted by [Tyler Kellen](http://goingslowly.com/) -*This file was generated on Sat Dec 07 2013 18:40:24.* +*This file was generated on Tue Jan 07 2014 14:32:15.* diff --git a/package.json b/package.json index c533bfe..64fe4af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-less", "description": "Compile LESS files to CSS.", - "version": "0.8.3", + "version": "0.9.0", "homepage": "https://github.com/gruntjs/grunt-contrib-less", "author": { "name": "Grunt Team", @@ -27,7 +27,7 @@ "test": "grunt test" }, "dependencies": { - "less": "~1.5.1", + "less": "~1.6.0", "grunt-lib-contrib": "~0.6.1", "chalk": "~0.4.0" },