Skip to content

Commit df98a86

Browse files
committed
chore(release): 3.1.9
1 parent 5c18d6c commit df98a86

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.1.9](https://github.com/JamieMason/ImageOptim-CLI/compare/3.1.7...3.1.9) (2023-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **engines:** support node >= 18 ([5c18d6c](https://github.com/JamieMason/ImageOptim-CLI/commit/5c18d6cab4a0dbcd2d0ecc26e1a5df114710af13))
7+
* **npm:** update dependencies ([201e63f](https://github.com/JamieMason/ImageOptim-CLI/commit/201e63f8d06281bd3499283f3b74f20ac5d9dfa9))
8+
9+
10+
111
## [3.1.7](https://github.com/JamieMason/ImageOptim-CLI/compare/3.0.7...3.1.7) (2023-07-02)
212

313

DEPENDENCIES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,20 @@ npm install imageoptim-cli --save
1919

2020
- [chalk](https://ghub.io/chalk): Terminal string styling done right
2121
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
22-
- [execa](https://ghub.io/execa): Process execution for humans
2322
- [expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies
2423
- [globby](https://ghub.io/globby): User-friendly glob matching
2524
- [pretty-bytes](https://ghub.io/pretty-bytes): Convert bytes to a human readable string: 1337 → 1.34 kB
2625

2726
## Dev Dependencies
2827

29-
- [@types/execa](https://ghub.io/@types/execa): Stub TypeScript definitions entry for execa, which provides its own types definitions
3028
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
3129
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
3230
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
3331
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
3432
- [organize-imports-cli](https://ghub.io/organize-imports-cli): VS Code's 'Organize imports' executable from command line
3533
- [pkg](https://ghub.io/pkg): Package your Node.js project into an executable
3634
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
37-
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
35+
- [syncpack](https://ghub.io/syncpack): Consistent dependency versions in large JavaScript Monorepos
3836
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development
3937

4038
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "imageoptim-cli",
33
"description": "Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.",
4-
"version": "3.1.7",
4+
"version": "3.1.9",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"imageoptim": "dist/imageoptim"

0 commit comments

Comments
 (0)