From 10c8b938d00acdd5a2bdc6fbd912fb24ffd9f328 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 11 May 2015 23:45:46 -0400 Subject: [PATCH] 0.3.6 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d29f961..492c62f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.3.6 / 2015-05-11 +================== * deps: debug@~2.2.0 - deps: ms@0.7.1 diff --git a/package.json b/package.json index 41afb68..b43dc0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "finalhandler", "description": "Node.js final http responder", - "version": "0.3.5", + "version": "0.3.6", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/finalhandler",