Skip to content

Commit

Permalink
chore(release): 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 17, 2019
1 parent a154af0 commit 28ac93e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.3.5",
"version": "2.3.6",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"imageoptim": "dist/imageoptim"
Expand Down

0 comments on commit 28ac93e

Please sign in to comment.