Skip to content

Commit

Permalink
Version bumps for v0.11.0 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 30, 2015
1 parent c159948 commit de67ab6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<wip-branch>`.

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.10.0",
"version": "0.11.0",
"author": "Lovell Fuller <[email protected]>",
"contributors": [
"Pierre Inglebert <[email protected]>",
Expand All @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit de67ab6

Please sign in to comment.