Skip to content

Commit

Permalink
v1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 8, 2017
1 parent a507646 commit c282d0d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "iojs"
- "7"

matrix:
fast_finish: true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.4.1:
date: 2017-03-08
changes:
- 'Fix `sourceMappingURL` to be the same as the CSS if not specified, #322.'
- 'Rethrow the compilation error after printing the message, #315.'
v1.4.0:
date: 2016-07-21
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 v1.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/e3aa4d07xe4w4u05/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master)
# grunt-contrib-less v1.4.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/e3aa4d07xe4w4u05/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master)

> Compile LESS files to CSS
Expand Down Expand Up @@ -200,6 +200,7 @@ less: {

## Release History

* 2017-03-08   v1.4.1   Fix `sourceMappingURL` to be the same as the CSS if not specified, #322. Rethrow the compilation error after printing the message, #315.
* 2016-07-21   v1.4.0   Update async and less to ~2.7.1.
* 2016-04-07   v1.3.0   Update lodash and async dependecies.
* 2016-02-01   v1.2.0   Update to less ~2.6.0. Removed peerDependency from package.json.
Expand Down Expand Up @@ -238,4 +239,4 @@ less: {

Task submitted by [Tyler Kellen](http://goingslowly.com/)

*This file was generated on Thu Jul 21 2016 11:18:02.*
*This file was generated on Wed Mar 08 2017 11:27:07.*
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ environment:
matrix:
- nodejs_version: "0.10"
platform: x86
- nodejs_version: "0.12"
platform: x86
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "7"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
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": "1.4.0",
"version": "1.4.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit c282d0d

Please sign in to comment.