Skip to content

Commit

Permalink
Release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 13, 2019
1 parent 32a34a8 commit 56fa9c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 and 11
do not require any additional install or runtime dependencies.

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Requires libvips v8.7.0.

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

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

Expand Down
2 changes: 1 addition & 1 deletion 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 and 10 on
Node versions 6, 8, 10 and 11 on
64-bit Windows, OS X and Linux platforms.

Sharp will be built from source at install time when:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
"version": "0.21.1",
"version": "0.21.2",
"author": "Lovell Fuller <[email protected]>",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
Expand Down

0 comments on commit 56fa9c9

Please sign in to comment.