Changelog entry and credit for #1165

This commit is contained in:
Lovell Fuller 2018-04-11 20:28:50 +01:00
parent dbac4b9a63
commit 8933f1128d
3 changed files with 9 additions and 2 deletions

View File

@ -10,6 +10,10 @@ Requires libvips v8.6.1.
[#825](https://github.com/lovell/sharp/pull/825) [#825](https://github.com/lovell/sharp/pull/825)
[@rikh42](https://github.com/rikh42) [@rikh42](https://github.com/rikh42)
* Add environment variable to ignore globally-installed libvips.
[#1165](https://github.com/lovell/sharp/pull/1165)
[@oncletom](https://github.com/oncletom)
#### v0.20.1 - 17<sup>th</sup> March 2018 #### v0.20.1 - 17<sup>th</sup> March 2018
* Improve installation experience when a globally-installed libvips below the minimum required version is found. * Improve installation experience when a globally-installed libvips below the minimum required version is found.

View File

@ -109,6 +109,8 @@ the help and code contributions of the following people:
* [Oleh Aleinyk](https://github.com/oaleynik) * [Oleh Aleinyk](https://github.com/oaleynik)
* [Marcel Bretschneider](https://github.com/3epnm) * [Marcel Bretschneider](https://github.com/3epnm)
* [Andrea Bianco](https://github.com/BiancoA) * [Andrea Bianco](https://github.com/BiancoA)
* [Rik Heywood](https://github.com/rikh42)
* [Thomas Parisot](https://github.com/oncletom)
Thank you! Thank you!

View File

@ -46,7 +46,8 @@
"Oleh Aleinyk <oleg.aleynik@gmail.com>", "Oleh Aleinyk <oleg.aleynik@gmail.com>",
"Marcel Bretschneider <marcel.bretschneider@gmail.com>", "Marcel Bretschneider <marcel.bretschneider@gmail.com>",
"Andrea Bianco <andrea.bianco@unibas.ch>", "Andrea Bianco <andrea.bianco@unibas.ch>",
"Rik Heywood <rik@rik.org>" "Rik Heywood <rik@rik.org>",
"Thomas Parisot <hi@oncletom.io>"
], ],
"scripts": { "scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)", "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",
@ -92,7 +93,7 @@
"devDependencies": { "devDependencies": {
"async": "^2.6.0", "async": "^2.6.0",
"cc": "^1.0.2", "cc": "^1.0.2",
"documentation": "^6.1.0", "documentation": "^6.2.0",
"exif-reader": "^1.0.2", "exif-reader": "^1.0.2",
"icc": "^1.0.0", "icc": "^1.0.0",
"mocha": "^5.0.5", "mocha": "^5.0.5",