Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 13, 2017
1 parent d1c5aab commit 9b1e3e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unreleased
==========
1.8.1 / 2017-09-12
==================

* perf: replace regular expression with substring

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "etag",
"description": "Create simple HTTP ETags",
"version": "1.8.0",
"version": "1.8.1",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"David Björklund <david.bjorklund@gmail.com>"
Expand Down

0 comments on commit 9b1e3e4

Please sign in to comment.