Skip to content

Commit

Permalink
v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 21, 2016
1 parent 22720e2 commit a50a622
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 @@
v1.4.0:
date: 2016-07-21
changes:
- Update async and less to ~2.7.1.
v1.3.0:
date: 2016-04-07
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.3.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.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)

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

## Release History

* 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.
* 2015-11-09   v1.1.0   Update to less ~2.5.0.
Expand Down Expand Up @@ -237,4 +238,4 @@ less: {

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

*This file was generated on Thu Apr 07 2016 15:26:05.*
*This file was generated on Thu Jul 21 2016 11:18:02.*
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.3.0",
"version": "1.4.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

6 comments on commit a50a622

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff: please npm publish since I don't have the needed rights.

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump @vladikoff

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff: please give me npm rights for contrib plugins because currently we are stuck as you can see.

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff @shama: bump bump

@vladikoff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR done! sorry thought I gave you the rights when you asked me earlier, i guess it was a different plugin. 👍

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff: thanks. I only have npm publish rights for specific contrib plugins only, not all of them.

Please sign in to comment.