From 29ab8408fb6dd68c0c3695f757509b6bec9321a9 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 8 Sep 2015 15:13:11 +0100 Subject: [PATCH] Version bumps and changelog for v0.11.3 --- docs/changelog.md | 6 ++++++ package.json | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9d769c62..8992ce42 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ ### v0.11 - "*knife*" +#### v0.11.3 - 8th 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 - 28th August 2015 * Allow crop gravity to be provided as a String. diff --git a/package.json b/package.json index 78d5e638..1c0f7cf9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "Linus Unnebäck ", "Victor Mateevitsi ", "Alaric Holloway ", - "Bernhard K. Weisshuhn " + "Bernhard K. Weisshuhn ", + "Chris Riley " ], "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",