Skip to content

Commit

Permalink
Docs: add support for Node 12 #1668
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 25, 2019
1 parent 7ae0512 commit 6fcd215
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - 18<sup>th</sup> March 2019

* Remove functions previously deprecated in v0.21.0:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6fcd215

Please sign in to comment.