File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ v2.2.1:
2
+ date: 2017-07-27
3
+ changes:
4
+ - Fix issue with `relativeTo` for clean-css v4.x.
1
5
v2.2.0:
2
6
date: 2017-05-10
3
7
changes:
Original file line number Diff line number Diff line change 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 )
2
2
3
3
> Minify CSS
4
4
@@ -86,6 +86,7 @@ cssmin: {
86
86
87
87
## Release History
88
88
89
+ * 2017-07-27 v2.2.1 Fix issue with ` relativeTo ` for clean-css v4.x.
89
90
* 2017-05-10 v2.2.0 Update clean-css to v4.1.1.
90
91
* 2017-04-17 v2.1.0 Set required Node.js version to >=4 since clean-css 4.x requires that.
91
92
* 2017-02-02 v2.0.0 Update clean-css to v4.0.3.
@@ -120,4 +121,4 @@ cssmin: {
120
121
121
122
Task submitted by [ Tim Branyen] ( http://tbranyen.com/ )
122
123
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 .*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-contrib-cssmin" ,
3
3
"description" : " Minify CSS" ,
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments