Changelog and credit for #1475

This commit is contained in:
Lovell Fuller 2018-12-04 07:49:41 +00:00
parent db76e655f8
commit 94945cf6ac
3 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,10 @@ Requires libvips v8.7.0.
[#1439](https://github.com/lovell/sharp/pull/1439) [#1439](https://github.com/lovell/sharp/pull/1439)
[@Daiz](https://github.com/Daiz) [@Daiz](https://github.com/Daiz)
* Build prototype with `Object.assign` to allow minification.
[#1475](https://github.com/lovell/sharp/pull/1475)
[@jaubourg](https://github.com/jaubourg)
#### v0.21.0 - 4<sup>th</sup> October 2018 #### v0.21.0 - 4<sup>th</sup> October 2018
* Deprecate the following resize-related functions: * Deprecate the following resize-related functions:

View File

@ -119,6 +119,7 @@ the help and code contributions of the following people:
* [Aidan Hoolachan](https://github.com/ajhool) * [Aidan Hoolachan](https://github.com/ajhool)
* [Axel Eirola](https://github.com/aeirola) * [Axel Eirola](https://github.com/aeirola)
* [Freezy](https://github.com/freezy) * [Freezy](https://github.com/freezy)
* [Julian Aubourg](https://github.com/jaubourg)
Thank you! Thank you!

View File

@ -56,7 +56,8 @@
"Aidan Hoolachan <ajhoolachan21@gmail.com>", "Aidan Hoolachan <ajhoolachan21@gmail.com>",
"Axel Eirola <axel.eirola@iki.fi>", "Axel Eirola <axel.eirola@iki.fi>",
"Freezy <freezy@xbmc.org>", "Freezy <freezy@xbmc.org>",
"Daiz <taneli.vatanen@gmail.com>" "Daiz <taneli.vatanen@gmail.com>",
"Julian Aubourg <j@ubourg.net>"
], ],
"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)",