diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03202221..c4e560ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,8 +41,9 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.19.0 | suit | -| v0.20.0 | teeth | +| v0.20.0 | prebuild | +| v0.21.0 | teeth | +| v0.22.0 | uptake | Please squash your changes into a single commit using a command like `git rebase -i upstream/`. diff --git a/docs/changelog.md b/docs/changelog.md index 7ef67875..3fe029ab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.6.1. -#### v0.19.1 - TBD +#### v0.19.1 - 24th February 2018 * Expose libvips' linear transform feature. [#1024](https://github.com/lovell/sharp/pull/1024) diff --git a/package.json b/package.json index e0f12593..472e1141 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.19.0", + "version": "0.19.1", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [