From a26523cb642fe3f2da7db5b94b138cbd8e1e8077 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Aug 2020 08:43:54 +0000 Subject: [PATCH] chore(release): 3.1.0-beta.2 [skip ci] # [3.1.0-beta.2](https://github.com/SoftwareBrothers/admin-bro/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2020-08-27) ### Bug Fixes * disabled fields are stripped from the payloadrelates to [#430](https://github.com/SoftwareBrothers/admin-bro/issues/430) ([f0b4319](https://github.com/SoftwareBrothers/admin-bro/commit/f0b43192ccdca4f6438f0c7ad2ec4f01e7d823de)) ### Features * release ([d21ec77](https://github.com/SoftwareBrothers/admin-bro/commit/d21ec775afb19adf47535d85ca57cb8c8e30a7e1)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a6eb0c8..022c0c847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.1.0-beta.1", + "version": "3.1.0-beta.2", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",