diff --git a/README.md b/README.md index 5830f82e4..0113222ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 6, 8, 10 and 11 +Node versions 6, 8, 10, 11 and 12 do not require any additional install or runtime dependencies. ## Examples diff --git a/docs/changelog.md b/docs/changelog.md index dbcbf1210..7ee7d6d74 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,9 @@ Requires libvips v8.7.4. [#1638](https://github.com/lovell/sharp/pull/1638) [@sidharthachatterjee](https://github.com/sidharthachatterjee) +* Add support for Node 12. + [#1668](https://github.com/lovell/sharp/issues/1668) + #### v0.22.0 - 18th March 2019 * Remove functions previously deprecated in v0.21.0: diff --git a/docs/index.md b/docs/index.md index 8bcd45008..f6f5f9a0f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 6, 8 and 10 +Node versions 6, 8, 10, 11 and 12 do not require any additional install or runtime dependencies. [![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master) diff --git a/docs/install.md b/docs/install.md index c0bd4e4dc..cea4e07cb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -15,7 +15,7 @@ yarn add sharp ### Building from source Pre-compiled binaries for sharp are provided for use with -Node versions 6, 8, 10 and 11 on +Node versions 6, 8, 10, 11 and 12 on 64-bit Windows, OS X and Linux platforms. Sharp will be built from source at install time when: @@ -43,7 +43,7 @@ Most Linux-based (glibc, musl) operating systems running on x64 and ARMv6+ CPUs * Debian 7+ * Ubuntu 14.04+ * Centos 7+ -* Alpine 3.8+ (Node 8 and 10) +* Alpine 3.8+ (Node 8+) * Fedora * openSUSE 13.2+ * Archlinux