We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7dc4b commit 7044573Copy full SHA for 7044573
HISTORY.md
@@ -1,5 +1,5 @@
1
-unreleased
2
-==========
+2.0.0 / 2017-09-12
+==================
3
4
* Drop support for Node.js below 0.8
5
* Remove `auth(ctx)` signature -- pass in header or `auth(ctx.req)`
package.json
@@ -1,7 +1,7 @@
{
"name": "basic-auth",
"description": "node.js basic auth parser",
- "version": "1.1.0",
+ "version": "2.0.0",
"license": "MIT",
6
"keywords": [
7
"basic",
0 commit comments