Skip to content

Commit

Permalink
chore(release): 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 6, 2023
1 parent 5c18d6c commit df98a86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 1 addition & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@ 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
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
- [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
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": "3.1.7",
"version": "3.1.9",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"imageoptim": "dist/imageoptim"
Expand Down

0 comments on commit df98a86

Please sign in to comment.