Release v0.20.3

This commit is contained in:
Lovell Fuller 2018-05-29 08:38:42 +01:00
parent ddc23493d4
commit 09263455b5
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.6.1. Requires libvips v8.6.1.
#### v0.20.3 - TBD #### v0.20.3 - 29<sup>th</sup> May 2018
* Fix tint operation by ensuring LAB interpretation and allowing negative values. * Fix tint operation by ensuring LAB interpretation and allowing negative values.
[#1235](https://github.com/lovell/sharp/issues/1235) [#1235](https://github.com/lovell/sharp/issues/1235)

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.2", "version": "0.20.3",
"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": [
@ -88,14 +88,14 @@
"prebuild-install": "^4.0.0", "prebuild-install": "^4.0.0",
"semver": "^5.5.0", "semver": "^5.5.0",
"simple-get": "^2.8.1", "simple-get": "^2.8.1",
"tar": "^4.4.2", "tar": "^4.4.4",
"tunnel-agent": "^0.6.0" "tunnel-agent": "^0.6.0"
}, },
"devDependencies": { "devDependencies": {
"async": "^2.6.0", "async": "^2.6.1",
"cc": "^1.0.2", "cc": "^1.0.2",
"decompress-zip": "^0.3.1", "decompress-zip": "^0.3.1",
"documentation": "^6.3.3", "documentation": "^7.1.0",
"exif-reader": "^1.0.2", "exif-reader": "^1.0.2",
"icc": "^1.0.0", "icc": "^1.0.0",
"mocha": "^5.2.0", "mocha": "^5.2.0",