Skip to content

Commit

Permalink
0.6.0 bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 28, 2014
1 parent 1f44a25 commit f04bbc3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
25 changes: 25 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
Sindre Sorhus (http://github.com/sindresorhus)
Kevin Martensson (https://github.com/kevva)
Kyle Robinson Young (http://dontkry.com/)
Tyler Kellen (http://goingslowly.com)
Sindre Sorhus (http://sindresorhus.com)
Vlad Filippov (http://vladfilippov.com/)
Pascal Hartig
Andy VanWagoner
Bailey Parker
Catherine Farman
Crow Norlander
Cyril Ballesta
Eric Dahl
J. Tangelder
Jan Roudaut
Jmeas Smith
Julio Pavon
Leonardo Souza
Nick Schonning
Nicolas Bevacqua
perfectworks
Ricky Nelson
Robert Kowalski
Roland Warmerdam
Sebastiaan Deckers
zhiyelee
8 changes: 5 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
v0.6.0-pre:
date: 2014-03-22
v0.6.0:
date: 2014-03-28
changes:
- Updated "image-min" to 0.2
- Added percentage to size saved view - fixes #167
- Added percentage to size saved view - fixes #167.
- cache option removed.
- Adds "pretty-bytes".
v0.5.0:
date: 2014-01-13
changes:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-imagemin v0.6.0-pre [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin)
# grunt-contrib-imagemin v0.6.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin)

> Minify PNG, JPEG and GIF images
Expand Down Expand Up @@ -116,7 +116,7 @@ grunt.registerTask('default', ['imagemin']);

## Release History

* 2014-03-22   v0.6.0-pre   Updated "image-min" to 0.2 Added percentage to size saved view - fixes
* 2014-03-28   v0.6.0   Updated "image-min" to 0.2 Added percentage to size saved view - fixes cache option removed. Adds "pretty-bytes".
* 2014-01-13   v0.5.0   Extract the logic into an external lib [image-min](https://github.com/kevva/image-min).
* 2014-01-08   v0.4.1   Prevent "Maximum call stack size exceeded". Speed up loading this task by lazy requiring bin deps.
* 2013-11-22   v0.4.0   The `pngquant` option is now `false` by default instead of `true`.
Expand All @@ -134,4 +134,4 @@ grunt.registerTask('default', ['imagemin']);

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

*This file was generated on Fri Mar 28 2014 18:10:05.*
*This file was generated on Fri Mar 28 2014 19:43:56.*
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 PNG, JPEG and GIF images",
"version": "0.6.0-pre",
"version": "0.6.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit f04bbc3

Please sign in to comment.