From 08e4e3de9b0b4d8f5f70141fbdf16b3f6477d402 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 07:13:39 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/SoftwareBrothers/adminjs-upload/compare/v3.0.1...v4.0.0) (2023-04-18) * v4 (#65) ([2be1dab](https://github.com/SoftwareBrothers/adminjs-upload/commit/2be1dab6c04020d2b2efa7a8db62e537c8bf6341)), closes [#65](https://github.com/SoftwareBrothers/adminjs-upload/issues/65) ### BREAKING CHANGES * The package won't support CJS anymore. * You now have to provide your ComponentLoader instance to the feature --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 126f2ed..41e272d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/upload", - "version": "3.0.1", + "version": "4.0.0", "type": "module", "exports": { ".": {