From d37f8af1f9d0af98a734fc63983cd717286a7b9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Oct 2022 12:56:51 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/SoftwareBrothers/adminjs-import-export/compare/v2.0.1...v2.0.2) (2022-10-25) ### Bug Fixes * bump design system to match core package requirement ([9523cc3](https://github.com/SoftwareBrothers/adminjs-import-export/commit/9523cc350591a9811df8934738c1cf4535d6e29b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ea25d4..3a77ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/import-export", - "version": "2.0.1", + "version": "2.0.2", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,