diff --git a/HISTORY.md b/HISTORY.md index f3c3712..1d76995 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.4 / 2016-05-10 +================== * Improve error message when `req` argument is not an object * Improve error message when `req` missing `headers` property diff --git a/package.json b/package.json index 5c2f300..7b87ca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "basic-auth", "description": "node.js basic auth parser", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "keywords": [ "basic",