From d7b04ba7a03d6294a1b477e93cccca62419b0401 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 28 May 2015 13:36:20 -0400 Subject: [PATCH] 2.1.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 602dee3e..a853a213 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.0 / 2015-05-28 +================== * deps: iconv-lite@0.4.10 - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails diff --git a/package.json b/package.json index 2686a740..45d2f3d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raw-body", "description": "Get and validate the raw body of a readable stream.", - "version": "2.0.2", + "version": "2.1.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson ",