From 8bd8709f2b63ec0ffcca4223794d606c9158ac90 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 20 Mar 2020 19:20:34 +0000 Subject: [PATCH] Release v0.25.2 --- docs/changelog.md | 2 +- docs/index.html | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1ca3c681a..95ea8978a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.9.1 -### v0.25.2 - TBD +### v0.25.2 - 20th March 2020 * Provide prebuilt binaries for Linux ARM64v8. diff --git a/docs/index.html b/docs/index.html index 3920b87dd..b4a42c189 100644 --- a/docs/index.html +++ b/docs/index.html @@ -87,7 +87,7 @@ docuteGoogleAnalytics('UA-13034748-12'), docuteApiTitlePlugin ], - sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.25.1/docs', + sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.25.2/docs', nav: [ { title: 'Funding', diff --git a/package.json b/package.json index 3b2a4d9cd..864edbc74 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 and TIFF images", - "version": "0.25.1", + "version": "0.25.2", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [ @@ -126,7 +126,7 @@ "exif-reader": "^1.0.3", "icc": "^1.0.0", "license-checker": "^25.0.1", - "mocha": "^7.1.0", + "mocha": "^7.1.1", "mock-fs": "^4.11.0", "nyc": "^15.0.0", "prebuild": "^10.0.0",