Skip to content

Commit 1e58419

Browse files
committed
chore(release): 3.1.7
1 parent 40dfb41 commit 1e58419

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
## [3.1.7](https://github.com/JamieMason/ImageOptim-CLI/compare/3.0.7...3.1.7) (2023-07-02)
2+
3+
4+
### Features
5+
6+
* **node:** upgrade to node v18 ([40dfb41](https://github.com/JamieMason/ImageOptim-CLI/commit/40dfb41c533626bbc32c5baec3f492679bc1013d))
7+
8+
9+
110
## [3.0.7](https://github.com/JamieMason/ImageOptim-CLI/compare/3.0.2...3.0.7) (2021-11-13)
211

312

413
### Bug Fixes
514

6-
* **cli:** use unique temp dir per invocation ([7291ded](https://github.com/JamieMason/ImageOptim-CLI/commit/7291ded8369db602d325b64ccef5237ab2b65ea8)), closes [#183](https://github.com/JamieMason/ImageOptim-CLI/issues/183)
7-
* **jpegmini:** add com.beamr.jpegminipro.app ([ed5e112](https://github.com/JamieMason/ImageOptim-CLI/commit/ed5e112a0034c00971134483fe6d581f29f0d242)), closes [#187](https://github.com/JamieMason/ImageOptim-CLI/issues/187)
8-
* **jpegmini:** add support for macOS Monterey ([e7bcd50](https://github.com/JamieMason/ImageOptim-CLI/commit/e7bcd502e6fcd47ff2bd99574f684190b7d9c330))
9-
* **nexe:** fix __dirname issues in v3.3.7 ([dae85f9](https://github.com/JamieMason/ImageOptim-CLI/commit/dae85f95da2093cddced0274a43bb3cfc5ada80b))
10-
* **npm:** update dependencies ([585f08e](https://github.com/JamieMason/ImageOptim-CLI/commit/585f08e8ca716e1f3db63fd45d90e9c866f59b89)), closes [#191](https://github.com/JamieMason/ImageOptim-CLI/issues/191)
15+
* **cli:** use unique temp dir per invocation ([5fac801](https://github.com/JamieMason/ImageOptim-CLI/commit/5fac801a817cee90c51adb1dbde1753b4909a9af)), closes [#183](https://github.com/JamieMason/ImageOptim-CLI/issues/183)
16+
* **jpegmini:** add com.beamr.jpegminipro.app ([d865434](https://github.com/JamieMason/ImageOptim-CLI/commit/d865434095a630d5a831ce4c70092c767cf8eb29)), closes [#187](https://github.com/JamieMason/ImageOptim-CLI/issues/187)
17+
* **jpegmini:** add support for macOS Monterey ([7060d05](https://github.com/JamieMason/ImageOptim-CLI/commit/7060d05ee5d8d0cdcaf31f11c10582ac2308d515))
18+
* **nexe:** fix __dirname issues in v3.3.7 ([aac53ac](https://github.com/JamieMason/ImageOptim-CLI/commit/aac53acd6edb5e568a7798518558b5476b82caf5))
19+
* **npm:** update dependencies ([59cdebc](https://github.com/JamieMason/ImageOptim-CLI/commit/59cdebce5ba4f1627b8d9b4dee4973377202ae26)), closes [#191](https://github.com/JamieMason/ImageOptim-CLI/issues/191)
1120

1221

1322

DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ npm install imageoptim-cli --save
3131
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
3232
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
3333
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
34-
- [nexe](https://ghub.io/nexe): Create a single executable out of your Node.js application
3534
- [organize-imports-cli](https://ghub.io/organize-imports-cli): VS Code's 'Organize imports' executable from command line
35+
- [pkg](https://ghub.io/pkg): Package your Node.js project into an executable
3636
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
3737
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
3838
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development

package.json

Lines changed: 2 additions & 2 deletions
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.0.7",
4+
"version": "3.1.7",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"imageoptim": "dist/imageoptim"
@@ -46,7 +46,7 @@
4646
"typescript": "5.1.6"
4747
},
4848
"engines": {
49-
"node": ">=12.18.2"
49+
"node": "^18.0.0"
5050
},
5151
"files": [
5252
"dist",

0 commit comments

Comments
 (0)