Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Dec 6, 2013
1 parent 91d18ef commit 40489f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.8.3:
date: 2013-12-06
changes:
- Support sourceMapURL
v0.8.2:
date: 2013-11-14
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.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.
Expand Down Expand Up @@ -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)
Expand All @@ -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.*
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.8.3",
"homepage": "https://github.com/gruntjs/grunt-contrib-less",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit 40489f5

Please sign in to comment.