Skip to content

Commit 8933f11

Browse files
committed
Changelog entry and credit for #1165
1 parent dbac4b9 commit 8933f11

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Requires libvips v8.6.1.
1010
[#825](https://github.com/lovell/sharp/pull/825)
1111
[@rikh42](https://github.com/rikh42)
1212

13+
* Add environment variable to ignore globally-installed libvips.
14+
[#1165](https://github.com/lovell/sharp/pull/1165)
15+
[@oncletom](https://github.com/oncletom)
16+
1317
#### v0.20.1 - 17<sup>th</sup> March 2018
1418

1519
* Improve installation experience when a globally-installed libvips below the minimum required version is found.

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ the help and code contributions of the following people:
109109
* [Oleh Aleinyk](https://github.com/oaleynik)
110110
* [Marcel Bretschneider](https://github.com/3epnm)
111111
* [Andrea Bianco](https://github.com/BiancoA)
112+
* [Rik Heywood](https://github.com/rikh42)
113+
* [Thomas Parisot](https://github.com/oncletom)
112114

113115
Thank you!
114116

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"Oleh Aleinyk <oleg.aleynik@gmail.com>",
4747
"Marcel Bretschneider <marcel.bretschneider@gmail.com>",
4848
"Andrea Bianco <andrea.bianco@unibas.ch>",
49-
"Rik Heywood <rik@rik.org>"
49+
"Rik Heywood <rik@rik.org>",
50+
"Thomas Parisot <hi@oncletom.io>"
5051
],
5152
"scripts": {
5253
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",
@@ -92,7 +93,7 @@
9293
"devDependencies": {
9394
"async": "^2.6.0",
9495
"cc": "^1.0.2",
95-
"documentation": "^6.1.0",
96+
"documentation": "^6.2.0",
9697
"exif-reader": "^1.0.2",
9798
"icc": "^1.0.0",
9899
"mocha": "^5.0.5",

0 commit comments

Comments
 (0)