From 02df6303ff260b6b7da0b479f3e42222e8157b47 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 14 Sep 2017 00:41:33 -0400 Subject: [PATCH] 0.5.2 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c9ecf8f..4586996 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.5.2 / 2017-09-13 +================== * Fix regression matching multiple ETags in `If-None-Match` * perf: improve `If-None-Match` token parsing diff --git a/package.json b/package.json index 7ea5f7a..c2fa0f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fresh", "description": "HTTP response freshness testing", - "version": "0.5.1", + "version": "0.5.2", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson ",