From 917db73efb9a9142782f10a631ac940a8f528667 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 07:14:01 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/SoftwareBrothers/adminjs-fastify/compare/v3.0.1...v4.0.0) (2023-04-18) ### chore * change to ECMAScript modules ([#11](https://github.com/SoftwareBrothers/adminjs-fastify/issues/11)) ([7dd6143](https://github.com/SoftwareBrothers/adminjs-fastify/commit/7dd6143b722fd697ca006a709fc83a2857f8673e)) ### 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 cfe34a1..97c969e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/fastify", - "version": "3.0.1", + "version": "4.0.0", "type": "module", "exports": { ".": {