Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Oct 25, 2014
1 parent 7a9b141 commit 9f8cb6d
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.1:
date: 2014-10-25
changes:
- Update plugin API.
v0.9.0:
date: 2014-10-22
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -98,7 +98,7 @@ Additional [plugins](https://npmjs.org/keyword/imageminplugin) to use with image
You can either map your files statically or [dynamically](http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically).

```js
var mozjpeg = require('imagemin-mozjpeg').ctor;
var mozjpeg = require('imagemin-mozjpeg');

grunt.initConfig({
imagemin: { // Task
Expand Down Expand Up @@ -132,6 +132,7 @@ grunt.registerTask('default', ['imagemin']);

## Release History

* 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.
* 2014-08-11   v0.8.0   Better output. Chalk 0.5.0 update. Fixes imagemin options.
Expand All @@ -157,4 +158,4 @@ grunt.registerTask('default', ['imagemin']);

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

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

0 comments on commit 9f8cb6d

Please sign in to comment.