diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e02a07fc..f94d61a1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,8 +44,8 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.23.0 | vision | | v0.24.0 | wit | +| v0.25.0 | yield | Please squash your changes into a single commit using a command like `git rebase -i upstream/`. @@ -98,5 +98,5 @@ Please feel free to ask any questions via a [new issue](https://github.com/lovell/sharp/issues/new). If you're unable to post details publicly, please -[e-mail](https://github.com/lovell/sharp/blob/master/package.json#L4) +[e-mail](https://github.com/lovell/sharp/blob/master/package.json#L5) for private, paid consulting. diff --git a/docs/changelog.md b/docs/changelog.md index be44801b..3bf9c371 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.8.1. -#### v0.23.0 - TBD +#### v0.23.0 - 29th July 2019 * Remove `overlayWith` previously deprecated in v0.22.0. @@ -27,7 +27,7 @@ Requires libvips v8.8.1. [#1687](https://github.com/lovell/sharp/pull/1687) [@RaboliotTheGrey](https://github.com/RaboliotTheGrey) -* Allow use of failOnError option with Stream-based input. +* Allow use of `failOnError` option with Stream-based input. [#1691](https://github.com/lovell/sharp/issues/1691) * Fix rotate/extract ordering for non-90 angles. diff --git a/package.json b/package.json index 0ff58fa3..9564ebb9 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.22.1", + "version": "0.23.0", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [