From de67ab6a11ac420371a4dd4399dd76b5ad9dd01d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 30 Apr 2015 17:18:01 +0100 Subject: [PATCH] Version bumps for v0.11.0 WIP --- CONTRIBUTING.md | 4 ++-- package.json | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 363285b4c..5dd2ee982 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,9 +40,9 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.9.0 | intake | -| v0.10.0 | judgement | | v0.11.0 | knife | +| v0.12.0 | look | +| v0.13.0 | mind | Please squash your changes into a single commit using a command like `git rebase -i upstream/`. diff --git a/package.json b/package.json index 19b4a55bc..873eccd2c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharp", - "version": "0.10.0", + "version": "0.11.0", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert ", @@ -20,9 +20,9 @@ ], "description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library", "scripts": { - "test": "VIPS_WARNING=0 node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=15000 ./test/unit/*.js", - "test-win32-node": "node ./node_modules/mocha/bin/mocha --slow=5000 --timeout=15000 ./test/unit/*.js", - "test-win32-iojs": "iojs ./node_modules/mocha/bin/mocha --slow=5000 --timeout=15000 ./test/unit/*.js" + "test": "VIPS_WARNING=0 node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=20000 ./test/unit/*.js", + "test-win32-node": "node ./node_modules/mocha/bin/mocha --slow=5000 --timeout=20000 ./test/unit/*.js", + "test-win32-iojs": "iojs ./node_modules/mocha/bin/mocha --slow=5000 --timeout=20000 ./test/unit/*.js" }, "main": "index.js", "repository": { @@ -44,17 +44,17 @@ "dependencies": { "bluebird": "^2.9.24", "color": "^0.8.0", - "nan": "^1.7.0", + "nan": "^1.8.4", "semver": "^4.3.3" }, "devDependencies": { - "mocha": "^2.2.4", - "mocha-jshint": "^2.2.0", - "istanbul": "^0.3.13", + "async": "^0.9.0", "coveralls": "^2.11.2", + "istanbul": "^0.3.13", + "mocha": "^2.2.4", + "mocha-jshint": "^2.2.2", "node-cpplint": "^0.4.0", - "rimraf": "^2.3.2", - "async": "^0.9.0" + "rimraf": "^2.3.3" }, "license": "Apache 2.0", "engines": {