From c4a278ec9c62b32f338ef573e4eebeaac10e6c27 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 12 Aug 2015 09:49:50 +0100 Subject: [PATCH] Update changelog for v0.11.1 Version bumps for benchmark test --- docs/changelog.md | 10 ++++++++++ test/bench/package.json | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 984abcff..7191b444 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,16 @@ ### v0.11 - "*knife*" +#### v0.11.1 - 12th 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 - 15th July 2015 * Allow alpha transparency compositing via new `overlayWith` method. diff --git a/test/bench/package.json b/test/bench/package.json index 9d7987f9..172dec1d 100755 --- a/test/bench/package.json +++ b/test/bench/package.json @@ -9,14 +9,14 @@ }, "devDependencies": { "imagemagick": "^0.1.3", - "imagemagick-native": "mash/node-imagemagick-native", + "imagemagick-native": "^1.8.0", "gm": "^1.18.1", "lwip": "^0.0.7", - "async": "^1.3.0", - "semver": "^4.3.6", + "async": "^1.4.2", + "semver": "^5.0.1", "benchmark": "^1.0.0" }, - "license": "Apache 2.0", + "license": "Apache-2.0", "engines": { "node": ">=0.10" }