From 4589b15dea4d171af1f5290bd1198d86207580fc Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 10 Jul 2018 16:12:16 +0100 Subject: [PATCH] Changelog and credit for #1285 #1290 --- docs/changelog.md | 10 ++++++++++ docs/index.md | 2 ++ package.json | 4 +++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c0cfca391..fc0d618b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,16 @@ Requires libvips v8.6.1. +#### v0.20.6 - TBD + +* Expose mozjpeg quant_table flag. + [#1285](https://github.com/lovell/sharp/pull/1285) + [@rexxars](https://github.com/rexxars) + +* Allow full WebP alphaQuality range of 0-100. + [#1290](https://github.com/lovell/sharp/pull/1290) + [@sylvaindumont](https://github.com/sylvaindumont) + #### v0.20.5 - 27th June 2018 * Expose libjpeg optimize_coding flag. diff --git a/docs/index.md b/docs/index.md index 87a2caeb5..eb656c047 100644 --- a/docs/index.md +++ b/docs/index.md @@ -113,6 +113,8 @@ the help and code contributions of the following people: * [Thomas Parisot](https://github.com/oncletom) * [Nathan Graves](https://github.com/woolite64) * [Tom Lokhorst](https://github.com/tomlokhorst) +* [Espen Hovlandsdal](https://github.com/rexxars) +* [Sylvain Dumont](https://github.com/sylvaindumont) Thank you! diff --git a/package.json b/package.json index e58f33de9..666640b0d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,9 @@ "Rik Heywood ", "Thomas Parisot ", "Nathan Graves ", - "Tom Lokhorst " + "Tom Lokhorst ", + "Espen Hovlandsdal ", + "Sylvain Dumont " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",