From e3264eec28249adf2f18c2414f8cd59746cd27f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20=C3=85kerstrand?= Date: Mon, 17 May 2021 10:19:06 +0200 Subject: [PATCH] 2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35d1cd0..d341840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-remove-trailing-slashes", - "version": "2.0.2", + "version": "2.0.3", "description": "Koa middleware that makes sure all requests does not have trailing slashes", "main": "index.js", "scripts": {