Update changelog for v0.11.1

Version bumps for benchmark test
This commit is contained in:
Lovell Fuller 2015-08-12 09:49:50 +01:00
parent 658a541f49
commit c4a278ec9c
2 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,16 @@
### v0.11 - "*knife*" ### v0.11 - "*knife*"
#### v0.11.1 - 12<sup>th</sup> August 2015
* Silence MSVC warning: "C4530: C++ exception handler used, but unwind semantics are not enabled".
[#244](https://github.com/lovell/sharp/pull/244)
[@TheThing](https://github.com/TheThing)
* Suppress gamma correction for input image with alpha transparency.
[#249](https://github.com/lovell/sharp/issues/249)
[@compeak](https://github.com/compeak)
#### v0.11.0 - 15<sup>th</sup> July 2015 #### v0.11.0 - 15<sup>th</sup> July 2015
* Allow alpha transparency compositing via new `overlayWith` method. * Allow alpha transparency compositing via new `overlayWith` method.

View File

@ -9,14 +9,14 @@
}, },
"devDependencies": { "devDependencies": {
"imagemagick": "^0.1.3", "imagemagick": "^0.1.3",
"imagemagick-native": "mash/node-imagemagick-native", "imagemagick-native": "^1.8.0",
"gm": "^1.18.1", "gm": "^1.18.1",
"lwip": "^0.0.7", "lwip": "^0.0.7",
"async": "^1.3.0", "async": "^1.4.2",
"semver": "^4.3.6", "semver": "^5.0.1",
"benchmark": "^1.0.0" "benchmark": "^1.0.0"
}, },
"license": "Apache 2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
} }