Skip to content

Commit 07bf23c

Browse files
committedJul 27, 2017
v2.2.1.
1 parent eb66929 commit 07bf23c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.2.1:
2+
date: 2017-07-27
3+
changes:
4+
- Fix issue with `relativeTo` for clean-css v4.x.
15
v2.2.0:
26
date: 2017-05-10
37
changes:

‎README.md

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

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

8787
## Release History
8888

89+
* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
8990
* 2017-05-10   v2.2.0   Update clean-css to v4.1.1.
9091
* 2017-04-17   v2.1.0   Set required Node.js version to >=4 since clean-css 4.x requires that.
9192
* 2017-02-02   v2.0.0   Update clean-css to v4.0.3.
@@ -120,4 +121,4 @@ cssmin: {
120121

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

123-
*This file was generated on Wed May 10 2017 18:02:52.*
124+
*This file was generated on Thu Jul 27 2017 11:31:20.*

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

0 commit comments

Comments
 (0)
Please sign in to comment.