Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 14, 2018
1 parent 05b9ca3 commit 0a01ce8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.0.2"></a>

## [2.0.2](https://github.com/JamieMason/ImageOptim-CLI/compare/2.0.0...2.0.2) (2018-05-14)

### Bug Fixes

* **cli:** rename bin to imageoptim in help output
([534c87f](https://github.com/JamieMason/ImageOptim-CLI/commit/534c87f))
* **nexe:** fix \_\_dirname not behaving as expected
([05b9ca3](https://github.com/JamieMason/ImageOptim-CLI/commit/05b9ca3)), closes
[#163](https://github.com/JamieMason/ImageOptim-CLI/issues/163)

<a name="2.0.0"></a>

# [2.0.0](https://github.com/JamieMason/ImageOptim-CLI/compare/1.15.4...2.0.0) (2018-05-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imageoptim-cli",
"description": "Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.",
"version": "2.0.0",
"version": "2.0.2",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"imageoptim": "dist/imageoptim"
Expand Down

0 comments on commit 0a01ce8

Please sign in to comment.