Skip to content

Commit 052b0cb

Browse files
committedSep 6, 2018
v3.0.0.
1 parent 142e850 commit 052b0cb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
 

‎CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.0.0:
2+
date: 2018-09-07
3+
changes:
4+
- Update all dependencies.
5+
- Drop Node.js < 6 support.
16
v2.2.1:
27
date: 2017-07-27
38
changes:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Minify CSS
44
@@ -86,6 +86,7 @@ cssmin: {
8686

8787
## Release History
8888

89+
* 2018-09-07   v3.0.0   Update all dependencies. Drop Node.js < 6 support.
8990
* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
9091
* 2017-05-10   v2.2.0   Update clean-css to v4.1.1.
9192
* 2017-04-17   v2.1.0   Set required Node.js version to >=4 since clean-css 4.x requires that.
@@ -121,4 +122,4 @@ cssmin: {
121122

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

124-
*This file was generated on Fri Sep 07 2018 02:49:39.*
125+
*This file was generated on Fri Sep 07 2018 02:52:44.*

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-cssmin",
33
"description": "Minify CSS",
4-
"version": "2.2.1",
4+
"version": "3.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)
Please sign in to comment.