From adfa01c1c58102292e353fe4ee7558a4581fb539 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 9 Sep 2017 00:06:02 -0400 Subject: [PATCH] 1.18.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 84f446c0..2c50a29b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.18.0 / 2017-09-08 +=================== * Fix JSON strict violation error to match native parse error * Include the `body` property on verify errors diff --git a/package.json b/package.json index 3cb631c9..f21c510e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.17.2", + "version": "1.18.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"