From af0ae08dc40bb6dc838736b2002ce15e8a81cc0f Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sun, 11 Oct 2015 16:31:05 -0700 Subject: [PATCH] 1.1.0 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a2c4831..997a969 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +1.1.0 / 2015-10-11 +================== + + * add `app.silent=` to toggle error logging @tejasmanohar #486 + * add `ctx.origin` @chentsulin #480 + * various refactoring + - add `use strict` everywhere + 1.0.0 / 2015-08-22 ================== diff --git a/package.json b/package.json index fc6119e..3801067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "1.0.0", + "version": "1.1.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {