From 9b1e3e41df31cda4080833c187120b91a7ce8327 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 12 Sep 2017 22:31:13 -0400 Subject: [PATCH] 1.8.1 --- HISTORY.md | 4 ++-- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 611af71..222b293 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.8.1 / 2017-09-12 +================== * perf: replace regular expression with substring diff --git a/README.md b/README.md index 7d37870..09c2169 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $ npm test ```bash $ npm run-script bench -> etag@1.8.0 bench nodejs-etag +> etag@1.8.1 bench nodejs-etag > node benchmark/index.js http_parser@2.7.0 diff --git a/package.json b/package.json index d062fea..b06ab80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etag", "description": "Create simple HTTP ETags", - "version": "1.8.0", + "version": "1.8.1", "contributors": [ "Douglas Christopher Wilson ", "David Björklund "