From ab06f7f302fd002f3bc1e4a20a0c865c7c21910b Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 16 Oct 2014 20:49:58 -0400 Subject: [PATCH] 2.3.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 326bd03..64242f8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.3.0 / 2014-10-16 +================== * deps: debug@~2.1.0 - Implement `DEBUG_FD` env variable support diff --git a/package.json b/package.json index 5c94a10..a3e0525 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "method-override", "description": "Override HTTP verbs", - "version": "2.2.0", + "version": "2.3.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"