From 0bb506ef1534a7c3c7bb5a3db03ec1b38738e4e3 Mon Sep 17 00:00:00 2001 From: vseventer Date: Sun, 28 Jan 2018 20:31:49 -0500 Subject: [PATCH] Add links to issues. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0c9a9..9a42b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ (`sharp` 0.19.0). * Added gravity option to [`--embed`](http://sharp.pixelplumbing.com/en/stable/api-resize/#embed). * Fixed bug with [`--withoutEnlargement`](http://sharp.pixelplumbing.com/en/stable/api-resize/#withoutenlargement) - (#11). -* Fixed bug with URI templates on Windows (#8). + ([#11](https://github.com/vseventer/sharp-cli/issues/11)). +* Fixed bug with URI templates on Windows ([#8](https://github.com/vseventer/sharp-cli/issues/8)). * Removed `--interpolator` and `--centreSampling` resize options (`sharp` 0.19.0). * Updated default [`--compressionLevel`](http://sharp.pixelplumbing.com/en/stable/api-output/#png) and [`--predictor`](http://sharp.pixelplumbing.com/en/stable/api-output/#tiff) (`sharp` 0.19.0). -* Updated output paths to resolve only after parsing URI template (#9). +* Updated output paths to resolve only after parsing URI template ([#9](https://github.com/vseventer/sharp-cli/issues/9)). * Updated `fs-extra`, `mocha`, `nyc`, `sharp`, `sinon`, and `yargs` dependencies. ## 1.5.2 (October 27, 2017)