From 28ac93e0e1960bc69fb444ea4721a64c4b133227 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Mon, 17 Jun 2019 10:47:31 +0100 Subject: [PATCH] chore(release): 2.3.6 --- CHANGELOG.md | 9 +++++++++ DEPENDENCIES.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c153a..279eb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.6](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.5...2.3.6) (2019-06-17) + + +### Bug Fixes + +* **npm:** update dependencies ([a154af0](https://github.com/JamieMason/ImageOptim-CLI/commit/a154af0)) + + + ## [2.3.5](https://github.com/JamieMason/ImageOptim-CLI/compare/2.3.4...2.3.5) (2019-02-02) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 45292a6..e676403 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -28,7 +28,7 @@ npm install imageoptim-cli --save - [@types/execa](https://ghub.io/@types/execa): TypeScript definitions for execa - [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra -- [@types/globby](https://ghub.io/@types/globby): TypeScript definitions for globby +- [@types/globby](https://ghub.io/@types/globby): Stub TypeScript definitions entry for globby, which provides its own types definitions - [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js - [nexe](https://ghub.io/nexe): Create a single executable out of your Node.js application - [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter diff --git a/package.json b/package.json index b05f722..be0161b 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.5", + "version": "2.3.6", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "imageoptim": "dist/imageoptim"