diff --git a/CHANGELOG.md b/CHANGELOG.md index 721a8c4..80b5869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.8](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.7...2.3.8) (2019-07-16) + + +### Bug Fixes + +* **npm:** potential security vulnerability ([1560041](https://github.com/JamieMason/ImageOptim-CLI/commit/1560041)), closes [#178](https://github.com/JamieMason/ImageOptim-CLI/issues/178) + + + ## [2.3.7](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.6...2.3.7) (2019-07-01) diff --git a/package.json b/package.json index b6c30c4..e5576be 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.7", + "version": "2.3.8", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "imageoptim": "dist/imageoptim"