Release v0.20.0

This commit is contained in:
Lovell Fuller 2018-03-04 21:54:28 +00:00
parent 430a4297aa
commit 8f690236ed
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ vendor
.gitattributes .gitattributes
.DS_Store .DS_Store
.nyc_output .nyc_output
package-lock.json

View File

@ -1,8 +1,10 @@
# Changelog # Changelog
### v0.20 - "*teeth*" ### v0.20 - "*prebuild*"
#### v0.20.0 - TBD Requires libvips v8.6.1.
#### v0.20.0 - 5<sup>th</sup> March 2018
* Add support for prebuilt sharp binaries on common platforms. * Add support for prebuilt sharp binaries on common platforms.
[#186](https://github.com/lovell/sharp/issues/186) [#186](https://github.com/lovell/sharp/issues/186)

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.0-rc.1", "version": "0.20.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": [
@ -82,7 +82,7 @@
"nan": "^2.9.2", "nan": "^2.9.2",
"fs-copy-file-sync": "^1.0.1", "fs-copy-file-sync": "^1.0.1",
"npmlog": "^4.1.2", "npmlog": "^4.1.2",
"prebuild-install": "^2.5.0", "prebuild-install": "^2.5.1",
"semver": "^5.5.0", "semver": "^5.5.0",
"simple-get": "^2.7.0", "simple-get": "^2.7.0",
"tar": "^4.4.0", "tar": "^4.4.0",