diff --git a/CHANGELOG.md b/CHANGELOG.md index 279eb98..721a8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.7](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.6...2.3.7) (2019-07-01) + + +### Bug Fixes + +* **npm:** revert nexe update ([c3aa684](https://github.com/JamieMason/ImageOptim-CLI/commit/c3aa684)), closes [#176](https://github.com/JamieMason/ImageOptim-CLI/issues/176) [#163](https://github.com/JamieMason/ImageOptim-CLI/issues/163) + + + ## [2.3.6](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.5...2.3.6) (2019-06-17) diff --git a/package.json b/package.json index 8164cdd..9ebc564 100644 --- a/package.json +++ b/package.json @@ -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.3.6", + "version": "2.3.7", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "imageoptim": "dist/imageoptim"