From 80189ed6899458f0a4b0fc3a5f1c47afddf99099 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 27 Jun 2018 07:54:41 +0100 Subject: [PATCH] Add changelog and credit for #1265 --- docs/changelog.md | 6 ++++++ docs/index.md | 1 + package.json | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9f6beef1..7f37adee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,12 @@ Requires libvips v8.6.1. +#### v0.20.5 - TBD + +* Expose libjpeg optimize_coding flag. + [#1265](https://github.com/lovell/sharp/pull/1265) + [@tomlokhorst](https://github.com/tomlokhorst) + #### v0.20.4 - 20th June 2018 * Prevent possible rounding error when using shrink-on-load and 90/270 degree rotation. diff --git a/docs/index.md b/docs/index.md index 67be5f9c..87a2caeb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,6 +112,7 @@ the help and code contributions of the following people: * [Rik Heywood](https://github.com/rikh42) * [Thomas Parisot](https://github.com/oncletom) * [Nathan Graves](https://github.com/woolite64) +* [Tom Lokhorst](https://github.com/tomlokhorst) Thank you! diff --git a/package.json b/package.json index 18250378..f15c6f89 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "Andrea Bianco ", "Rik Heywood ", "Thomas Parisot ", - "Nathan Graves " + "Nathan Graves ", + "Tom Lokhorst " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",