From 1f908137d2af63f5c8c58ccb59d2be60005fa999 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 7 Jun 2014 03:50:24 -0700 Subject: [PATCH] 0.7.0 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index edf891f..1ecc8bf 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.7.0 / 2014-06-07 +================== + + * add `this.lastModified` and `this.etag` as both getters and setters for ubiquity #292. + See koajs/koa@4065bf7 for an explanation. + * refactor `this.response.vary()` to use [vary](https://github.com/expressjs/vary) #291 + * remove `this.response.append()` #291 + 0.6.3 / 2014-06-06 ================== diff --git a/package.json b/package.json index 2c9e6a2..2c59340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.6.3", + "version": "0.7.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {