Skip to content

Commit

Permalink
Changelog entry and credit for #1165
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 11, 2018
1 parent dbac4b9 commit 8933f11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Requires libvips v8.6.1.
[#825](https://github.com/lovell/sharp/pull/825)
[@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

* Improve installation experience when a globally-installed libvips below the minimum required version is found.
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ the help and code contributions of the following people:
* [Oleh Aleinyk](https://github.com/oaleynik)
* [Marcel Bretschneider](https://github.com/3epnm)
* [Andrea Bianco](https://github.com/BiancoA)
* [Rik Heywood](https://github.com/rikh42)
* [Thomas Parisot](https://github.com/oncletom)

Thank you!

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

0 comments on commit 8933f11

Please sign in to comment.