Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Feb 11, 2015
1 parent 69d7c51 commit fa372de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.9.3:
date: 2015-02-11
changes:
- Remove pngquant
v0.9.2:
date: 2014-11-11
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-imagemin v0.9.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin)
# 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)

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

## Release History

* 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.
* 2014-10-22   v0.9.0   Update to imagemin 2.0.
Expand Down Expand Up @@ -158,4 +159,4 @@ grunt.registerTask('default', ['imagemin']);

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

*This file was generated on Wed Feb 11 2015 17:39:56.*
*This file was generated on Wed Feb 11 2015 17:41:30.*
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-imagemin",
"description": "Minify images",
"version": "0.9.2",
"version": "0.9.3",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit fa372de

Please sign in to comment.