Skip to content

Commit 8f69023

Browse files
committed
Release v0.20.0
1 parent 430a429 commit 8f69023

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ vendor
1212
.gitattributes
1313
.DS_Store
1414
.nyc_output
15+
package-lock.json

docs/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
### v0.20 - "*teeth*"
3+
### v0.20 - "*prebuild*"
44

5-
#### v0.20.0 - TBD
5+
Requires libvips v8.6.1.
6+
7+
#### v0.20.0 - 5<sup>th</sup> March 2018
68

79
* Add support for prebuilt sharp binaries on common platforms.
810
[#186](https://github.com/lovell/sharp/issues/186)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharp",
33
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
4-
"version": "0.20.0-rc.1",
4+
"version": "0.20.0",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://github.com/lovell/sharp",
77
"contributors": [
@@ -82,7 +82,7 @@
8282
"nan": "^2.9.2",
8383
"fs-copy-file-sync": "^1.0.1",
8484
"npmlog": "^4.1.2",
85-
"prebuild-install": "^2.5.0",
85+
"prebuild-install": "^2.5.1",
8686
"semver": "^5.5.0",
8787
"simple-get": "^2.7.0",
8888
"tar": "^4.4.0",

0 commit comments

Comments
 (0)