Skip to content

Commit

Permalink
v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 2, 2017
1 parent 47e6ed6 commit c4aa531
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "iojs"
- "7"

matrix:
fast_finish: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.0:
date: 2017-02-02
changes:
- Update clean-css to v4.0.3.
v1.0.2:
date: 2016-08-31
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 v1.0.2 [![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)
# grunt-contrib-cssmin v2.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)

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

## Release History

* 2017-02-02   v2.0.0   Update clean-css to v4.0.3.
* 2016-08-31   v1.0.2   Fix issues for node 6.
* 2016-03-16   v1.0.1   Downgrade maxmin to support Node.js 0.10.
* 2016-03-04   v1.0.0   Updated docs. Point main to task and removed peerDeps. Update clean-css to v3.4.1.
Expand Down Expand Up @@ -117,4 +118,4 @@ cssmin: {

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

*This file was generated on Mon Jan 23 2017 23:33:41.*
*This file was generated on Thu Feb 02 2017 22:53:32.*
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ environment:
matrix:
- nodejs_version: "0.10"
platform: x86
- nodejs_version: "0.12"
platform: x86
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "7"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
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": "1.0.2",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit c4aa531

Please sign in to comment.