diff --git a/History.md b/History.md index d1d4aba..c782e37 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.6.1 / 2014-05-11 +================== + + * bump type-is + * bump koa-compose + 0.6.0 / 2014-05-01 ================== diff --git a/package.json b/package.json index 74674a7..c087db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.6.0", + "version": "0.6.1", "description": "Koa web app framework", "main": "lib/application.js", "scripts": { @@ -24,13 +24,13 @@ "escape-html": "~1.0.1", "statuses": "~1.0.1", "accepts": "~1.0.0", - "type-is": "~1.1.0", + "type-is": "~1.2.0", "set-type": "~1.0.0", "finished": "~1.1.1", "co": "~3.0.2", "debug": "*", "fresh": "~0.2.1", - "koa-compose": "~2.2.0", + "koa-compose": "~2.3.0", "koa-is-json": "~1.0.0", "cookies": "~0.4.0", "delegates": "0.0.3", @@ -41,7 +41,7 @@ "devDependencies": { "should": "^3.1.0", "mocha": "^1.17.0", - "supertest": "~0.11.0" + "supertest": "~0.12.0" }, "engines": { "node": ">= 0.11.9"