From 405acb47a8b3274b4cd2c42d7e55a70ea07169a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 May 2022 11:34:25 +0000 Subject: [PATCH] chore(release): 4.1.2 [skip ci] ## [4.1.2](https://github.com/SoftwareBrothers/adminjs-expressjs/compare/v4.1.1...v4.1.2) (2022-05-12) ### Bug Fixes * fix protected routes when root path is different than / ([9daf9e9](https://github.com/SoftwareBrothers/adminjs-expressjs/commit/9daf9e95997a46c2ee003afe9f7790cc02fe1b83)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f4db80..e9fc379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/express", - "version": "4.1.1", + "version": "4.1.2", "description": "This is an official AdminJS plugin which integrates it with Express.js framework", "main": "lib/index.js", "scripts": {