diff --git a/docs/changelog.md b/docs/changelog.md
index 99dc4821..579c1216 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,7 @@
Requires libvips v8.5.5.
-#### v0.18.2 - TBD
+#### v0.18.2 - 1st July 2017
* Expose libvips' xres and yres properties for TIFF output.
[#828](https://github.com/lovell/sharp/pull/828)
diff --git a/package.json b/package.json
index 62c4c51e..9b02a07f 100644
--- a/package.json
+++ b/package.json
@@ -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 ",
"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"