Release v0.18.2

This commit is contained in:
Lovell Fuller 2017-07-01 09:52:47 +01:00
parent 53ff061efa
commit d6051dd714
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.5.5.
#### v0.18.2 - TBD
#### v0.18.2 - 1<sup>st</sup> July 2017
* Expose libvips' xres and yres properties for TIFF output.
[#828](https://github.com/lovell/sharp/pull/828)

View File

@ -1,7 +1,7 @@
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
"version": "0.18.2-alpha",
"version": "0.18.2",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
@ -68,20 +68,20 @@
],
"dependencies": {
"caw": "^2.0.0",
"color": "^1.0.3",
"got": "^7.0.0",
"color": "^2.0.0",
"got": "^7.1.0",
"nan": "^2.6.2",
"semver": "^5.3.0",
"tar": "^3.1.5"
},
"devDependencies": {
"async": "^2.4.1",
"async": "^2.5.0",
"cc": "^1.0.1",
"documentation": "^4.0.0-rc.1",
"exif-reader": "^1.0.2",
"icc": "^1.0.0",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"nyc": "^11.0.3",
"rimraf": "^2.6.1",
"semistandard": "^11.0.0",
"unzip": "^0.1.11"