Skip to content

Commit 56fa9c9

Browse files
committed
Release v0.21.2
1 parent 32a34a8 commit 56fa9c9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As well as image resizing, operations such as
2424
rotation, extraction, compositing and gamma correction are available.
2525

2626
Most modern 64-bit OS X, Windows and Linux systems running
27-
Node versions 6, 8 and 10
27+
Node versions 6, 8, 10 and 11
2828
do not require any additional install or runtime dependencies.
2929

3030
## Examples

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Requires libvips v8.7.0.
66

7-
#### v0.21.2 - TBD
7+
#### v0.21.2 - 13<sup>th</sup> January 2019
88

99
* Ensure all metadata is removed from PNG output unless `withMetadata` used.
1010

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ yarn add sharp
1515
### Building from source
1616

1717
Pre-compiled binaries for sharp are provided for use with
18-
Node versions 6, 8 and 10 on
18+
Node versions 6, 8, 10 and 11 on
1919
64-bit Windows, OS X and Linux platforms.
2020

2121
Sharp will be built from source at install time when:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharp",
33
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
4-
"version": "0.21.1",
4+
"version": "0.21.2",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://github.com/lovell/sharp",
77
"contributors": [

0 commit comments

Comments
 (0)