From 844deaf48060d60eb05f3f61c567282e3611f12a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 21 Dec 2022 15:57:10 +0000 Subject: [PATCH] Release v0.31.3 --- docs/changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index cbbff9f94..633758cf0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.13.3 -### v0.31.3 - TBD +### v0.31.3 - 21st December 2022 * Add experimental support for JPEG-XL images. Requires libvips compiled with libjxl. [#2731](https://github.com/lovell/sharp/issues/2731) diff --git a/package.json b/package.json index f44d40733..7f74474a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images", - "version": "0.31.2", + "version": "0.31.3", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [