Skip to content

Commit

Permalink
v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 6, 2018
1 parent 142e850 commit 052b0cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
v3.0.0:
date: 2018-09-07
changes:
- Update all dependencies.
- Drop Node.js < 6 support.
v2.2.1:
date: 2017-07-27
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-cssmin v2.2.1 [![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 v3.0.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

* 2018-09-07   v3.0.0   Update all dependencies. Drop Node.js < 6 support.
* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
* 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.
Expand Down Expand Up @@ -121,4 +122,4 @@ cssmin: {

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

*This file was generated on Fri Sep 07 2018 02:49:39.*
*This file was generated on Fri Sep 07 2018 02:52:44.*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-cssmin",
"description": "Minify CSS",
"version": "2.2.1",
"version": "3.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit 052b0cb

Please sign in to comment.