Release v0.23.4

This commit is contained in:
Lovell Fuller 2019-12-05 10:00:29 +00:00
parent d31a91a599
commit 596b38a3bb
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.8.1. Requires libvips v8.8.1.
#### v0.23.4 - TBD #### v0.23.4 - 5<sup>th</sup> December 2019
* Handle zero-length Buffer objects when using Node.js v13.2.0+. * Handle zero-length Buffer objects when using Node.js v13.2.0+.

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.23.3", "version": "0.23.4",
"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": [
@ -125,7 +125,7 @@
"icc": "^1.0.0", "icc": "^1.0.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"mocha": "^6.2.2", "mocha": "^6.2.2",
"mock-fs": "^4.10.3", "mock-fs": "^4.10.4",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"prebuild": "^9.1.1", "prebuild": "^9.1.1",
"prebuild-ci": "^3.1.0", "prebuild-ci": "^3.1.0",