From baee6c34ff6f5129cff0c2c453429d8293a6e320 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 07:19:48 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/SoftwareBrothers/adminjs-koa/compare/v3.0.1...v4.0.0) (2023-04-18) ### chore * change to ECMAScript modules ([#13](https://github.com/SoftwareBrothers/adminjs-koa/issues/13)) ([2e19be6](https://github.com/SoftwareBrothers/adminjs-koa/commit/2e19be6de3feabb0beb9a7135910d767a49c8c2e)) ### 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 6cc4d0a..7df80db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/koa", - "version": "3.0.1", + "version": "4.0.0", "type": "module", "exports": { ".": {