mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Version bumps and changelog updates for v0.11.2
This commit is contained in:
parent
78f31d2b0d
commit
30143cf509
@ -7,6 +7,8 @@
|
|||||||
* Allow crop gravity to be provided as a String.
|
* Allow crop gravity to be provided as a String.
|
||||||
[#255](https://github.com/lovell/sharp/pull/255)
|
[#255](https://github.com/lovell/sharp/pull/255)
|
||||||
[@papandreou](https://github.com/papandreou)
|
[@papandreou](https://github.com/papandreou)
|
||||||
|
* Add support for io.js v3 and Node v4.
|
||||||
|
[#246](https://github.com/lovell/sharp/issues/246)
|
||||||
|
|
||||||
#### v0.11.1 - 12<sup>th</sup> August 2015
|
#### v0.11.1 - 12<sup>th</sup> August 2015
|
||||||
|
|
||||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"version": "0.11.1",
|
"version": "0.11.2",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
||||||
@ -45,21 +45,21 @@
|
|||||||
"vips"
|
"vips"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^2.9.33",
|
"bluebird": "^2.9.34",
|
||||||
"color": "^0.10.1",
|
"color": "^0.10.1",
|
||||||
"nan": "^2.0.5",
|
"nan": "^2.0.5",
|
||||||
"semver": "^5.0.1"
|
"semver": "^5.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"async": "^1.4.2",
|
"async": "^1.4.2",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.4",
|
||||||
"exif-reader": "1.0.0",
|
"exif-reader": "1.0.0",
|
||||||
"icc": "^0.0.2",
|
"icc": "^0.0.2",
|
||||||
"istanbul": "^0.3.17",
|
"istanbul": "^0.3.18",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"mocha-jshint": "^2.2.3",
|
"mocha-jshint": "^2.2.3",
|
||||||
"node-cpplint": "^0.4.0",
|
"node-cpplint": "^0.4.0",
|
||||||
"rimraf": "^2.4.1"
|
"rimraf": "^2.4.2"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user