Skip to content

Commit

Permalink
Release v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Sep 26, 2019
1 parent ba46ad1 commit aa3ce76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Requires libvips v8.8.1.

#### v0.23.1 - TBD
#### v0.23.1 - 26<sup>th</sup> September 2019

* Ensure `sharp.format.vips` is present and correct (filesystem only).
[#1813](https://github.com/lovell/sharp/issues/1813)
Expand All @@ -20,6 +20,10 @@ Requires libvips v8.8.1.
[#1835](https://github.com/lovell/sharp/pull/1835)
[@Andargor](https://github.com/Andargor)

* Allow instance reuse with differing `toBuffer` options.
[#1860](https://github.com/lovell/sharp/pull/1860)
[@RaboliotTheGrey](https://github.com/RaboliotTheGrey)

* Ensure image is at least 3x3 pixels before attempting trim operation.

#### v0.23.0 - 29<sup>th</sup> July 2019
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.23.0",
"version": "0.23.1",
"author": "Lovell Fuller <[email protected]>",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
Expand Down

0 comments on commit aa3ce76

Please sign in to comment.