From 23b2e541ab83fd120ea6a84e2725e2a508b1606a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 12 Aug 2019 21:45:29 +0100 Subject: [PATCH] Changelog entry for #1834 --- docs/changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 51143f62..15629e02 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,10 @@ Requires libvips v8.8.1. * Ensure `sharp.format.vips` is present and correct (filesystem only). [#1813](https://github.com/lovell/sharp/issues/1813) +* Allow use of 'heic' and 'heif' identifiers with `toFormat`. + [#1834](https://github.com/lovell/sharp/pull/1834) + [@jaubourg](https://github.com/jaubourg) + #### v0.23.0 - 29th July 2019 * Remove `overlayWith` previously deprecated in v0.22.0. diff --git a/package.json b/package.json index 9564ebb9..000fc938 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "async": "^3.1.0", "cc": "^1.0.2", "decompress-zip": "^0.3.2", - "documentation": "^12.0.3", + "documentation": "^12.1.1", "exif-reader": "^1.0.2", "icc": "^1.0.0", "license-checker": "^25.0.1",