Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 19, 2017
1 parent f18d4de commit 16979f7
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.0 / 2017-02-18
==================

* Use SHA1 instead of MD5 for ETag hashing
- Improves performance for larger entities
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.7.0-pre bench nodejs-etag
> etag@1.8.0 bench nodejs-etag
> node benchmark/index.js

[email protected]
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.7.0",
"version": "1.8.0",
"contributors": [
"Douglas Christopher Wilson <[email protected]>",
"David Björklund <[email protected]>"
Expand Down

0 comments on commit 16979f7

Please sign in to comment.