diff --git a/docs/changelog.md b/docs/changelog.md
index 496c60d5..965a1e38 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,7 @@
Requires libvips v8.10.0
-### v0.26.3 - TBD
+### v0.26.3 - 16th November 2020
* Expose libvips' affine operation.
[#2336](https://github.com/lovell/sharp/pull/2336)
diff --git a/docs/index.html b/docs/index.html
index 1ec6a945..f12a402a 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.26.2/docs',
+ sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.26.3/docs',
nav: [
{
title: 'Funding',
diff --git a/package.json b/package.json
index 73b7c4ed..c4951a30 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.26.2",
+ "version": "0.26.3",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
@@ -114,7 +114,7 @@
],
"dependencies": {
"array-flatten": "^3.0.0",
- "color": "^3.1.2",
+ "color": "^3.1.3",
"detect-libc": "^1.0.3",
"node-addon-api": "^3.0.2",
"npmlog": "^4.1.2",