From 026a08f23ee1aaa1bb0fb874fab49fbc00b6d898 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 15 Oct 2014 01:40:42 -0400 Subject: [PATCH] 1.1.2 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 35414aa..efc07cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.1.2 / 2014-10-14 +================== * deps: negotiator@0.4.9 - Fix error when media type has invalid parameter diff --git a/package.json b/package.json index 4ff3b1d..c7cf880 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accepts", "description": "Higher-level content negotiation", - "version": "1.1.1", + "version": "1.1.2", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "jshttp/accepts",