Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Mar 22, 2015
1 parent 005e262 commit c4157e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v0.9.4:
date: 2015-03-22
changes:
- Add support for renaming files
v0.9.3:
date: 2015-02-11
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-imagemin v0.9.3 [![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 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)

> Minify images
Expand Down Expand Up @@ -131,6 +131,7 @@ grunt.registerTask('default', ['imagemin']);

## Release History

* 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
* 2014-10-25   v0.9.1   Update plugin API.
Expand Down Expand Up @@ -159,4 +160,4 @@ grunt.registerTask('default', ['imagemin']);

Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)

*This file was generated on Wed Feb 11 2015 11:56:02.*
*This file was generated on Sun Mar 22 2015 17:39:19.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-imagemin",
"description": "Minify images",
"version": "0.9.3",
"version": "0.9.4",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit c4157e7

Please sign in to comment.