Version bumps and changelog for v0.11.3

This commit is contained in:
Lovell Fuller 2015-09-08 15:13:11 +01:00
parent 692e2d4df4
commit 29ab8408fb
2 changed files with 11 additions and 4 deletions

View File

@ -2,6 +2,12 @@
### v0.11 - "*knife*"
#### v0.11.3 - 8<sup>th</sup> September 2015
* Intrepret blurSigma, sharpenFlat, and sharpenJagged as double precision.
[#263](https://github.com/lovell/sharp/pull/263)
[@chrisriley](https://github.com/chrisriley)
#### v0.11.2 - 28<sup>th</sup> August 2015
* Allow crop gravity to be provided as a String.

View File

@ -16,7 +16,8 @@
"Linus Unnebäck <linus@folkdatorn.se>",
"Victor Mateevitsi <mvictoras@gmail.com>",
"Alaric Holloway <alaric.holloway@gmail.com>",
"Bernhard K. Weisshuhn <bkw@codingforce.com>"
"Bernhard K. Weisshuhn <bkw@codingforce.com>",
"Chris Riley <criley@primedia.com>"
],
"description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library",
"scripts": {
@ -55,11 +56,11 @@
"coveralls": "^2.11.4",
"exif-reader": "1.0.0",
"icc": "^0.0.2",
"istanbul": "^0.3.18",
"mocha": "^2.2.5",
"istanbul": "^0.3.19",
"mocha": "^2.3.2",
"mocha-jshint": "^2.2.3",
"node-cpplint": "^0.4.0",
"rimraf": "^2.4.2",
"rimraf": "^2.4.3",
"bufferutil": "^1.2.1"
},
"license": "Apache-2.0",