From 7e6661b789f6696d9f1362b38d0005df3fb2d02b Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 2 May 2020 14:26:26 -0700 Subject: [PATCH] 3.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1f5ae6..3d0cfce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "koa-path-match", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 66811f5..a5a785b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koa-path-match", "description": "koa route middleware", - "version": "2.0.0", + "version": "3.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "koajs/path-match",