From d396a4e65d5ed744dc4300c89ee1809fd7188638 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 18 Apr 2022 10:14:31 +0100 Subject: [PATCH] Release v0.30.4 --- 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 c0fb2060..e7c19331 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.12.2 -### v0.30.4 - TBD +### v0.30.4 - 18th April 2022 * Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`). diff --git a/package.json b/package.json index 76668805..bc52a64e 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.30.3", + "version": "0.30.4", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [