Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 22, 2013
1 parent db855eb commit f4b6dbe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.1.2:
date: 2013-02-22
changes:
- Fix OptiPNG not working on some systems.
- Prevent OptiPNG from producing .bak files.
v0.1.1:
date: 2013-02-15
changes:
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ grunt.registerTask('default', ['imagemin']);

## Release History

* 2013-02-14   v0.1.1   First official release for Grunt 0.4.0.
* 2013-01-29   v0.1.1rc8   Fix task not creating destination folders
* 2013-01-29   v0.1.1rc7   Updating to work with grunt v0.4.0rc7. Switching to this.files api.
* 2012-10-31   v0.1.0   Initial release.
* 2013-02-22   v0.1.2   Fix OptiPNG not working on some systems. Prevent OptiPNG from producing .bak files.
* 2013-02-15   v0.1.1   First official release for Grunt 0.4.0.
* 2013-01-30   v0.1.1rc8   Fix task not creating destination folders
* 2013-01-30   v0.1.1rc7   Updating to work with grunt v0.4.0rc7. Switching to this.files api.
* 2012-11-01   v0.1.0   Initial release.

---

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

*This file was generated on Wed Feb 20 2013 12:35:50.*
*This file was generated on Fri Feb 22 2013 20:56:24.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-imagemin",
"description": "Minify PNG and JPEG images",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-imagemin",
"author": {
"name": "Grunt Team",
Expand Down Expand Up @@ -33,7 +33,7 @@
"optipng-bin": "~0.2.0"
},
"devDependencies": {
"grunt-contrib-internal": "~0.4.2",
"grunt-contrib-internal": "~0.4.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
Expand Down

0 comments on commit f4b6dbe

Please sign in to comment.