From 33525988bad99b498208360d51f34da512b23507 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Mon, 9 Nov 2015 15:32:32 -0500 Subject: [PATCH] v1.0.0 --- CHANGELOG | 4 ++++ README.md | 5 +++-- docs/imagemin-options.md | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 67fc0d7..d8355cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.0.0: + date: 2015-11-09 + changes: + - Update to imagemin ^4.0. v0.9.4: date: 2015-03-22 changes: diff --git a/README.md b/README.md index c489f04..12c4c2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-imagemin v0.9.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master) +# grunt-contrib-imagemin v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master) > Minify images @@ -131,6 +131,7 @@ grunt.registerTask('default', ['imagemin']); ## Release History + * 2015-11-09   v1.0.0   Update to imagemin ^4.0. * 2015-03-22   v0.9.4   Add support for renaming files * 2015-02-11   v0.9.3   Remove pngquant * 2014-11-11   v0.9.2   Bump imagemin dependency @@ -160,4 +161,4 @@ grunt.registerTask('default', ['imagemin']); Task submitted by [Sindre Sorhus](http://github.com/sindresorhus) -*This file was generated on Fri Jul 03 2015 02:30:18.* +*This file was generated on Mon Nov 09 2015 15:32:14.* diff --git a/docs/imagemin-options.md b/docs/imagemin-options.md index c766f0a..e9ef736 100644 --- a/docs/imagemin-options.md +++ b/docs/imagemin-options.md @@ -10,7 +10,7 @@ Default: `3` Select optimization level between `0` and `7`. -> The optimization level 0 enables a set of optimization operations that require minimal effort. There will be no changes to image attributes like bit depth or color type, and no recompression of existing IDAT datastreams. The optimization level 1 enables a single IDAT compression trial. The trial chosen is what. OptiPNG thinks it’s probably the most effective. The optimization levels 2 and higher enable multiple IDAT compression trials; the higher the level, the more trials. +> The optimization level 0 enables a set of optimization operations that require minimal effort. There will be no changes to image attributes like bit depth or color type, and no recompression of existing IDAT datastreams. The optimization level 1 enables a single IDAT compression trial. The trial chosen is what OptiPNG thinks it’s probably the most effective. The optimization levels 2 and higher enable multiple IDAT compression trials; the higher the level, the more trials. Level and trials: diff --git a/package.json b/package.json index 7afc295..acd43c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-imagemin", "description": "Minify images", - "version": "0.9.4", + "version": "1.0.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"