diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1f2f6..1db79f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.1.9](https://github.com/JamieMason/ImageOptim-CLI/compare/3.1.7...3.1.9) (2023-11-06) + + +### Bug Fixes + +* **engines:** support node >= 18 ([5c18d6c](https://github.com/JamieMason/ImageOptim-CLI/commit/5c18d6cab4a0dbcd2d0ecc26e1a5df114710af13)) +* **npm:** update dependencies ([201e63f](https://github.com/JamieMason/ImageOptim-CLI/commit/201e63f8d06281bd3499283f3b74f20ac5d9dfa9)) + + + ## [3.1.7](https://github.com/JamieMason/ImageOptim-CLI/compare/3.0.7...3.1.7) (2023-07-02) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index c933972..d88cf32 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -19,14 +19,12 @@ npm install imageoptim-cli --save - [chalk](https://ghub.io/chalk): Terminal string styling done right - [commander](https://ghub.io/commander): the complete solution for node.js command-line programs -- [execa](https://ghub.io/execa): Process execution for humans - [expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies - [globby](https://ghub.io/globby): User-friendly glob matching - [pretty-bytes](https://ghub.io/pretty-bytes): Convert bytes to a human readable string: 1337 → 1.34 kB ## Dev Dependencies -- [@types/execa](https://ghub.io/@types/execa): Stub TypeScript definitions entry for execa, which provides its own types definitions - [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js - [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint - [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree @@ -34,7 +32,7 @@ npm install imageoptim-cli --save - [organize-imports-cli](https://ghub.io/organize-imports-cli): VS Code's 'Organize imports' executable from command line - [pkg](https://ghub.io/pkg): Package your Node.js project into an executable - [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter -- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`) +- [syncpack](https://ghub.io/syncpack): Consistent dependency versions in large JavaScript Monorepos - [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development ## License diff --git a/package.json b/package.json index b8466d6..d42e000 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": "3.1.7", + "version": "3.1.9", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "imageoptim": "dist/imageoptim"