Skip to content

Commit 0926345

Browse files
committed
Release v0.20.3
1 parent ddc2349 commit 0926345

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Requires libvips v8.6.1.
66

7-
#### v0.20.3 - TBD
7+
#### v0.20.3 - 29<sup>th</sup> May 2018
88

99
* Fix tint operation by ensuring LAB interpretation and allowing negative values.
1010
[#1235](https://github.com/lovell/sharp/issues/1235)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharp",
33
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
4-
"version": "0.20.2",
4+
"version": "0.20.3",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://github.com/lovell/sharp",
77
"contributors": [
@@ -88,14 +88,14 @@
8888
"prebuild-install": "^4.0.0",
8989
"semver": "^5.5.0",
9090
"simple-get": "^2.8.1",
91-
"tar": "^4.4.2",
91+
"tar": "^4.4.4",
9292
"tunnel-agent": "^0.6.0"
9393
},
9494
"devDependencies": {
95-
"async": "^2.6.0",
95+
"async": "^2.6.1",
9696
"cc": "^1.0.2",
9797
"decompress-zip": "^0.3.1",
98-
"documentation": "^6.3.3",
98+
"documentation": "^7.1.0",
9999
"exif-reader": "^1.0.2",
100100
"icc": "^1.0.0",
101101
"mocha": "^5.2.0",

0 commit comments

Comments
 (0)