From a438bed510877e36724b1716bd6f55a15a1155d2 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 16 Sep 2015 09:37:41 -0700 Subject: [PATCH] 1.14.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index be5d042f..84a64d92 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.14.0 / 2015-09-16 +=================== * Fix JSON strict parse error to match syntax errors * Provide static `require` analysis in `urlencoded` parser diff --git a/package.json b/package.json index a384093c..095d81a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.13.3", + "version": "1.14.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"