From 07a883a65f9ca5814071f0d26976a24f820f1281 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Mar 2023 09:43:45 +0000 Subject: [PATCH] chore(release): 6.0.0-beta.3 [skip ci] # [6.0.0-beta.3](https://github.com/SoftwareBrothers/adminjs-expressjs/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2023-03-28) ### Bug Fixes * serve custom components bundle publicly ([48248e2](https://github.com/SoftwareBrothers/adminjs-expressjs/commit/48248e258e71d8828fcb8ba0d7477a63a555031b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b62ee1..17dc9dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/express", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "This is an official AdminJS plugin which integrates it with Express.js framework", "main": "lib/index.js", "type": "module",