Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Nov 11, 2014
1 parent aa8c59f commit 2963e91
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.2:
date: 2014-11-11
changes:
- Bump imagemin dependency
v0.9.1:
date: 2014-10-25
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-imagemin v0.9.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin"><img src="https://ci.appveyor.com/api/projects/status/s1cpt9m3e5ihuoqj/branch/master" alt="Build Status: Windows" height="18" /></a>
# grunt-contrib-imagemin v0.9.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin"><img src="https://ci.appveyor.com/api/projects/status/s1cpt9m3e5ihuoqj/branch/master" alt="Build Status: Windows" height="18" /></a>

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

## Release History

* 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.
* 2014-08-27   v0.8.1   Bump dependencies.
Expand All @@ -158,4 +159,4 @@ grunt.registerTask('default', ['imagemin']);

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

*This file was generated on Sat Oct 25 2014 03:34:40.*
*This file was generated on Tue Nov 11 2014 16:27:08.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-imagemin",
"description": "Minify images",
"version": "0.9.1",
"version": "0.9.2",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 2963e91

Please sign in to comment.