From 15adb9456998724d26e492bcff4b216c405f19d1 Mon Sep 17 00:00:00 2001 From: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:49:58 -0500 Subject: [PATCH 1/2] docs(install): Write full supported versions --- README.md | 2 +- docs/changelog.md | 2 +- docs/install.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fec1c6d0a..1c52c0cdb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ smaller, web-friendly JPEG, PNG, WebP, GIF and AVIF images of varying dimensions It can be used with all JavaScript runtimes that provide support for Node-API v9, including -Node.js >= 18.17.0, Deno and Bun. +Node.js (^18.17.0 or >= 20.3.0), Deno and Bun. Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings diff --git a/docs/changelog.md b/docs/changelog.md index 4be464821..0e143bb63 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -27,7 +27,7 @@ Requires libvips v8.15.0 ### v0.33.0 - 29th November 2023 -* Drop support for Node.js 14 and 16, now requires Node.js >= 18.17.0 +* Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or >= 20.3.0 * Prebuilt binaries distributed via npm registry and installed via package manager. diff --git a/docs/install.md b/docs/install.md index 2990603a0..907493ec9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,7 +35,7 @@ deno run --allow-ffi ... ## Prerequisites -* Node-API v9 compatible runtime e.g. Node.js >= 18.17.0 +- Node-API v9 compatible runtime e.g. Node.js ^18.17.0 or >=20.3.0. ## Prebuilt binaries From b36200028a010401a97d9a2c4c1bd8123684cc6c Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:55:26 -0500 Subject: [PATCH 2/2] Update docs/install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 907493ec9..8f6cae254 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,7 +35,7 @@ deno run --allow-ffi ... ## Prerequisites -- Node-API v9 compatible runtime e.g. Node.js ^18.17.0 or >=20.3.0. +* Node-API v9 compatible runtime e.g. Node.js ^18.17.0 or >=20.3.0. ## Prebuilt binaries