From 89aacfa4b74279b4f09632d7dc90b1ef61e91dcc Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 26 Feb 2017 01:52:44 -0500 Subject: [PATCH] 1.3.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 79a9abe..1b7d23a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.3.0 / 2017-02-25 +================== * Add `next("router")` to exit from router * Fix case where `router.use` skipped requests routes did not diff --git a/package.json b/package.json index 06c8ef1..26ca3ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "router", "description": "Simple middleware-style router", - "version": "1.2.0", + "version": "1.3.0", "author": "Douglas Christopher Wilson ", "contributors": [ "Blake Embrey "