Release v0.16.0

This commit is contained in:
Lovell Fuller 2016-08-18 09:00:04 +01:00
parent 7ada9dbd0d
commit 7c06a48ec0
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Requires libvips v8.3.3 Requires libvips v8.3.3
#### v0.16.0 - TBD #### v0.16.0 - 18<sup>th</sup> August 2016
* Add pre-compiled libvips for OS X, ARMv7 and ARMv8. * Add pre-compiled libvips for OS X, ARMv7 and ARMv8.
[#312](https://github.com/lovell/sharp/issues/312) [#312](https://github.com/lovell/sharp/issues/312)

View File

@ -10,10 +10,10 @@
"devDependencies": { "devDependencies": {
"async": "^2.0.1", "async": "^2.0.1",
"benchmark": "^2.1.1", "benchmark": "^2.1.1",
"gm": "^1.22.0", "gm": "^1.23.0",
"imagemagick": "^0.1.3", "imagemagick": "^0.1.3",
"imagemagick-native": "^1.9.2", "imagemagick-native": "^1.9.2",
"jimp": "^0.2.24", "jimp": "^0.2.27",
"lwip": "^0.0.9", "lwip": "^0.0.9",
"semver": "^5.3.0" "semver": "^5.3.0"
}, },