From 0f68381b61030f30916dcb47e148705fec8e5492 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Oct 2020 16:19:34 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.30 [skip ci] # [3.3.0-beta.30](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.29...v3.3.0-beta.30) (2020-10-24) ### Features * flat.filterOutParams takes more properties ([478af85](https://github.com/SoftwareBrothers/admin-bro/commit/478af85d041eac2c26094b3c2e8419a7534bf3d3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc2821419..da47809da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.29", + "version": "3.3.0-beta.30", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",