From 959493fa006859422f4d50406bdcdb99a6c7860b Mon Sep 17 00:00:00 2001 From: Michal Landsman Date: Thu, 11 Jun 2020 16:15:09 +0200 Subject: [PATCH] bump version 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e64d83..1cde71e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trisbee/next-i18n-routes-middleware", - "version": "0.1.4", + "version": "0.1.5", "description": "A middleware (+ utility tools) for having fully internationalized routes in your Next.js apps.", "main": "dist/index.js", "types": "dist/index.d.ts",