Skip to content

Commit

Permalink
v4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 15, 2021
1 parent a62ac0e commit 3ff3635
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.0.0:
date: 2021-02-15
changes:
- Update all dependencies including clean-css v5.x.
- Drop Node.js < 10 support.
v3.0.0:
date: 2018-09-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-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)
# 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)

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

## Release History

* 2021-02-15   v4.0.0   Update all dependencies including clean-css v5.x. Drop Node.js < 10 support.
* 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.
Expand Down Expand Up @@ -122,4 +123,4 @@ cssmin: {

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

*This file was generated on Mon Feb 15 2021 07:23:28.*
*This file was generated on Mon Feb 15 2021 07:31:26.*
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-cssmin",
"description": "Minify CSS",
"version": "3.0.0",
"version": "4.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit 3ff3635

Please sign in to comment.