From 704457317b54809b750274cc794d05d43cbb190c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 13 Sep 2017 00:00:37 -0400 Subject: [PATCH] 2.0.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index eb10766..11e2b92 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.0.0 / 2017-09-12 +================== * Drop support for Node.js below 0.8 * Remove `auth(ctx)` signature -- pass in header or `auth(ctx.req)` diff --git a/package.json b/package.json index b6e197c..25f7494 100644 --- a/package.json +++ b/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", "keywords": [ "basic",