diff --git a/docs/changelog.md b/docs/changelog.md index ee0e785b..13226b53 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.4.2. -#### v0.17.1 - TBD +#### v0.17.1 - 15th January 2017 * Improve error messages for invalid parameters. [@spikeon](https://github.com/spikeon) @@ -13,7 +13,7 @@ Requires libvips v8.4.2. * Simplify expression for finding vips-cpp libdir. [#656](https://github.com/lovell/sharp/pull/656) -* Allow HTTP-over-HTTPS proxy when downloading pre-compiled dependencies. +* Allow HTTPS-over-HTTP proxy when downloading pre-compiled dependencies. [@wangzhiwei1888](https://github.com/wangzhiwei1888) [#679](https://github.com/lovell/sharp/issues/679) diff --git a/docs/index.md b/docs/index.md index ef2b27ef..f6d615e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -102,7 +102,7 @@ Thank you! ### Licence -Copyright 2013, 2014, 2015, 2016 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index cd67bc75..e16ada5d 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "bufferutil": "^1.3.0", "cross-env": "^3.1.4", "documentation": "^4.0.0-beta.18", - "exif-reader": "^1.0.1", - "icc": "^0.0.2", + "exif-reader": "^1.0.2", + "icc": "^1.0.0", "mocha": "^3.2.0", "node-cpplint": "^0.4.0", "nyc": "^10.0.0",