Release v0.18.0

This commit is contained in:
Lovell Fuller 2017-05-30 08:09:59 +01:00
parent 361ed98353
commit c879df3b31
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.5.5. Requires libvips v8.5.5.
#### v0.18.0 - TBD #### v0.18.0 - 30<sup>th</sup> May 2017
* Remove the previously-deprecated output format "option" functions: * Remove the previously-deprecated output format "option" functions:
quality, progressive, compressionLevel, withoutAdaptiveFiltering, quality, progressive, compressionLevel, withoutAdaptiveFiltering,

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.18.0-alpha", "version": "0.18.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": [
@ -69,7 +69,7 @@
"dependencies": { "dependencies": {
"caw": "^2.0.0", "caw": "^2.0.0",
"color": "^1.0.3", "color": "^1.0.3",
"got": "^6.7.1", "got": "^7.0.0",
"nan": "^2.6.2", "nan": "^2.6.2",
"semver": "^5.3.0", "semver": "^5.3.0",
"tar": "^3.1.3" "tar": "^3.1.3"
@ -80,7 +80,7 @@
"documentation": "^4.0.0-rc.1", "documentation": "^4.0.0-rc.1",
"exif-reader": "^1.0.2", "exif-reader": "^1.0.2",
"icc": "^1.0.0", "icc": "^1.0.0",
"mocha": "^3.4.1", "mocha": "^3.4.2",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"semistandard": "^11.0.0", "semistandard": "^11.0.0",