Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 4, 2018
1 parent 430a429 commit 8f69023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ vendor
.gitattributes
.DS_Store
.nyc_output
package-lock.json
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

### v0.20 - "*teeth*"
### v0.20 - "*prebuild*"

#### v0.20.0 - TBD
Requires libvips v8.6.1.

#### v0.20.0 - 5<sup>th</sup> March 2018

* Add support for prebuilt sharp binaries on common platforms.
[#186](https://github.com/lovell/sharp/issues/186)
Expand Down
4 changes: 2 additions & 2 deletions 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.20.0-rc.1",
"version": "0.20.0",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"nan": "^2.9.2",
"fs-copy-file-sync": "^1.0.1",
"npmlog": "^4.1.2",
"prebuild-install": "^2.5.0",
"prebuild-install": "^2.5.1",
"semver": "^5.5.0",
"simple-get": "^2.7.0",
"tar": "^4.4.0",
Expand Down

0 comments on commit 8f69023

Please sign in to comment.