From d42734af50250c05893f02cb900e1c71efffbc45 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 14 Oct 2014 00:45:37 -0400 Subject: [PATCH] 1.5.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 05c6433..355a079 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.5.0 / 2014-10-14 +================== * Improve string performance * Slightly improve speed for weak ETags over 1KB diff --git a/package.json b/package.json index c2b6c14..625667c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etag", "description": "Create simple ETags", - "version": "1.4.0", + "version": "1.5.0", "contributors": [ "Douglas Christopher Wilson ", "David Björklund "