Skip to content

Commit

Permalink
Update clean-css to v4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 10, 2017
1 parent f3e3987 commit 5404a77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v2.2.0:
date: 2017-05-10
changes:
- Update clean-css to v4.1.1.
v2.1.0:
date: 2017-04-17
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-cssmin v2.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-cssmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-cssmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ntgfqc3ppk533m84/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-cssmin/branch/master)
# grunt-contrib-cssmin v2.2.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-cssmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-cssmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ntgfqc3ppk533m84/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-cssmin/branch/master)

> Minify CSS
Expand Down Expand Up @@ -86,6 +86,7 @@ cssmin: {

## Release History

* 2017-05-10   v2.2.0   Update clean-css to v4.1.1.
* 2017-04-17   v2.1.0   Set required Node.js version to >=4 since clean-css 4.x requires that.
* 2017-02-02   v2.0.0   Update clean-css to v4.0.3.
* 2016-08-31   v1.0.2   Fix issues for node 6.
Expand Down Expand Up @@ -119,4 +120,4 @@ cssmin: {

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Mon Apr 17 2017 16:05:09.*
*This file was generated on Wed May 10 2017 18:02:52.*
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-cssmin",
"description": "Minify CSS",
"version": "2.1.0",
"version": "2.2.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"chalk": "^1.0.0",
"clean-css": "~4.0.12",
"clean-css": "~4.1.1",
"maxmin": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5404a77

Please sign in to comment.