diff --git a/docs/changelog.md b/docs/changelog.md
index 7b3c297d..6b1beaee 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,7 @@
Requires libvips v8.9.1
-### v0.25.4 - TBD
+### v0.25.4 - 12th June 2020
* Allow libvips binary location override where version is appended.
[#2217](https://github.com/lovell/sharp/pull/2217)
diff --git a/docs/index.html b/docs/index.html
index ecdc4927..32d22d10 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -14,7 +14,7 @@
-
+
@@ -132,7 +132,7 @@
docuteApiTitlePlugin,
docuteApiSearchPlugin
],
- sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.25.3/docs',
+ sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.25.4/docs',
nav: [
{
title: 'Funding',
diff --git a/package.json b/package.json
index bd1b6dc9..2e05c1ae 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.3",
+ "version": "0.25.4",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
@@ -127,7 +127,7 @@
"exif-reader": "^1.0.3",
"icc": "^1.0.0",
"license-checker": "^25.0.1",
- "mocha": "^7.2.0",
+ "mocha": "^8.0.1",
"mock-fs": "^4.12.0",
"nyc": "^15.1.0",
"prebuild": "^10.0.0",