From e8d541dcf8578f8f6dcd125bfd94d03d89de0ff4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Oct 2020 05:57:47 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.28 [skip ci] # [3.3.0-beta.28](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.27...v3.3.0-beta.28) (2020-10-17) ### Features * add custom property to Action ([9d9f0cc](https://github.com/SoftwareBrothers/admin-bro/commit/9d9f0cc4668fcea089fc19576ad6d6b1e93ff883)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9093641e..42fcb7706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.27", + "version": "3.3.0-beta.28", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",