Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Jan 7, 2014
1 parent 69b6764 commit aff8509
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit aff8509

Please sign in to comment.