diff --git a/docs/changelog.md b/docs/changelog.md index 378a6612..46d21354 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.10.5 -### v0.27.1 - TBD +### v0.27.1 - 27th January 2021 * Ensure TIFF is cast when using float predictor. [#2502](https://github.com/lovell/sharp/pull/2502) diff --git a/docs/index.html b/docs/index.html index 41d690a1..4efc14fd 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.27.0/docs', + sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.27.1/docs', nav: [ { title: 'Funding', diff --git a/package.json b/package.json index 6bc7a62f..ebe0e45f 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.27.0", + "version": "0.27.1", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [