Release v0.25.2

This commit is contained in:
Lovell Fuller 2020-03-20 19:20:34 +00:00
parent e82a585cec
commit 8bd8709f2b
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.9.1 Requires libvips v8.9.1
### v0.25.2 - TBD ### v0.25.2 - 20th March 2020
* Provide prebuilt binaries for Linux ARM64v8. * Provide prebuilt binaries for Linux ARM64v8.

View File

@ -87,7 +87,7 @@
docuteGoogleAnalytics('UA-13034748-12'), docuteGoogleAnalytics('UA-13034748-12'),
docuteApiTitlePlugin 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: [ nav: [
{ {
title: 'Funding', title: 'Funding',

View File

@ -1,7 +1,7 @@
{ {
"name": "sharp", "name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "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 <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp", "homepage": "https://github.com/lovell/sharp",
"contributors": [ "contributors": [
@ -126,7 +126,7 @@
"exif-reader": "^1.0.3", "exif-reader": "^1.0.3",
"icc": "^1.0.0", "icc": "^1.0.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"mocha": "^7.1.0", "mocha": "^7.1.1",
"mock-fs": "^4.11.0", "mock-fs": "^4.11.0",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"prebuild": "^10.0.0", "prebuild": "^10.0.0",