From 16cf9f0ef2013a8da25c8e6b237e5ebf771d22f8 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 Apr 2021 12:28:16 +0100 Subject: [PATCH] Release v0.28.1 --- docs/changelog.md | 2 +- docs/index.html | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 76b67eb7..f518a8bb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.10.6 -### v0.28.1 - TBD +### v0.28.1 - 5th April 2021 * Ensure all installation errors are logged with a more obvious prefix. diff --git a/docs/index.html b/docs/index.html index 789f470e..0e3524eb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ - + @@ -139,7 +139,7 @@ docuteApiTitlePlugin, docuteApiSearchPlugin ], - sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.28.0/docs', + sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.28.1/docs', nav: [ { title: 'Funding', diff --git a/package.json b/package.json index 053aefbe..0094524a 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, AVIF and TIFF images", - "version": "0.28.0", + "version": "0.28.1", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [