From e8a4aaffc75b6169a6f57168ac79dee7a7f02c92 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 11 Sep 2017 23:24:37 -0400 Subject: [PATCH] 0.5.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f2dd739..2457d5c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.5.1 / 2017-09-11 +================== * Fix handling of modified headers with invalid dates * perf: improve ETag match loop diff --git a/package.json b/package.json index 7c1e4f4..7ea5f7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fresh", "description": "HTTP response freshness testing", - "version": "0.5.0", + "version": "0.5.1", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson ",