From d3352d3bc6fc1eafb20c79f83789d9034f1eef03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 07:21:50 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/SoftwareBrothers/adminjs-expressjs/compare/v5.1.0...v6.0.0) (2023-04-18) * Feat/v6 (#106) ([9e8945f](https://github.com/SoftwareBrothers/adminjs-expressjs/commit/9e8945f5618141bef72ca2e003f3e827d9939d8e)), closes [#106](https://github.com/SoftwareBrothers/adminjs-expressjs/issues/106) ### BREAKING CHANGES * The package won't support CJS anymore --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4658b0..f613e24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/express", - "version": "5.1.0", + "version": "6.0.0", "description": "This is an official AdminJS plugin which integrates it with Express.js framework", "main": "lib/index.js", "type": "module",