From c5a73d51483310f8443043d3927c2557993f3416 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 17 Jan 2017 22:37:13 -0500 Subject: [PATCH] 1.16.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3b183543..e9d46782 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.16.0 / 2017-01-17 +=================== * deps: debug@2.6.0 - Allow colors in workers diff --git a/package.json b/package.json index edf9b9dd..13022ba1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.15.2", + "version": "1.16.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"