Skip to content

Commit 3ff3635

Browse files
committedFeb 15, 2021
v4.0.0.
1 parent a62ac0e commit 3ff3635

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+
v4.0.0:
2+
date: 2021-02-15
3+
changes:
4+
- Update all dependencies including clean-css v5.x.
5+
- Drop Node.js < 10 support.
16
v3.0.0:
27
date: 2018-09-07
38
changes:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-cssmin v3.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-cssmin/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-cssmin/actions?workflow=Tests)
1+
# grunt-contrib-cssmin v4.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-cssmin/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-cssmin/actions?workflow=Tests)
22

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

8787
## Release History
8888

89+
* 2021-02-15   v4.0.0   Update all dependencies including clean-css v5.x. Drop Node.js < 10 support.
8990
* 2018-09-07   v3.0.0   Update all dependencies. Drop Node.js < 6 support.
9091
* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
9192
* 2017-05-10   v2.2.0   Update clean-css to v4.1.1.
@@ -122,4 +123,4 @@ cssmin: {
122123

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

125-
*This file was generated on Mon Feb 15 2021 07:23:28.*
126+
*This file was generated on Mon Feb 15 2021 07:31:26.*

‎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": "3.0.0",
4+
"version": "4.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)
Please sign in to comment.