From 55836ec3c4f7e6eb83250634892852d8e181ec42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Jul 2022 14:28:57 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/SoftwareBrothers/adminjs-import-export/compare/v1.3.2...v2.0.0) (2022-07-13) ### chore * update AdminJS to v6 ([77a4550](https://github.com/SoftwareBrothers/adminjs-import-export/commit/77a4550fa03dcdd4e3e2a6750c00bc0cc4a0197c)) ### BREAKING CHANGES * This package version should be used with AdminJS v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eb7910..3a24fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/import-export", - "version": "1.3.2", + "version": "2.0.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,