Release v0.21.0

This commit is contained in:
Lovell Fuller 2018-10-04 13:03:30 +01:00
parent 1565e58fcf
commit 019e6a1bfe
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.7.0. Requires libvips v8.7.0.
#### v0.21.0 - TBD #### v0.21.0 - 4<sup>th</sup> October 2018
* Deprecate the following resize-related functions: * Deprecate the following resize-related functions:
`crop`, `embed`, `ignoreAspectRatio`, `max`, `min` and `withoutEnlargement`. `crop`, `embed`, `ignoreAspectRatio`, `max`, `min` and `withoutEnlargement`.

View File

@ -1,7 +1,7 @@
{ {
"name": "sharp", "name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
"version": "0.20.8", "version": "0.21.0",
"author": "Lovell Fuller <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp", "homepage": "https://github.com/lovell/sharp",
"contributors": [ "contributors": [