diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b5869..a9f0712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.9](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.8...2.3.9) (2019-07-16) + + +### Bug Fixes + +* **npm:** potential security vulnerability ([cd48880](https://github.com/JamieMason/ImageOptim-CLI/commit/cd48880)) + + + ## [2.3.8](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.7...2.3.8) (2019-07-16) diff --git a/package.json b/package.json index 6eedf48..bb1012d 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.8", + "version": "2.3.9", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "imageoptim": "dist/imageoptim"