From b51b01280036e69354a49edd724bd329bf03729d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Oct 2023 08:14:10 +0000 Subject: [PATCH] chore(release): 7.3.0 [skip ci] # [7.3.0](https://github.com/SoftwareBrothers/adminjs/compare/v7.2.2...v7.3.0) (2023-10-17) ### Features * allow to clear query params by keys ([a6648d4](https://github.com/SoftwareBrothers/adminjs/commit/a6648d42cc7274b7dae4e479ef8d35096c33bafe)) * store params in url with qs ([#1475](https://github.com/SoftwareBrothers/adminjs/issues/1475)) ([54f218f](https://github.com/SoftwareBrothers/adminjs/commit/54f218fbda40bfe62940a46d2b7734392ad25255)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62cbd5484..6b1f1f5a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adminjs", - "version": "7.2.2", + "version": "7.3.0", "description": "Admin panel for apps written in node.js", "type": "module", "exports": {