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