From 328ffc48eb349722b3cac5d750444a873c755f2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Oct 2020 17:47:59 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.29 [skip ci] # [3.3.0-beta.29](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.28...v3.3.0-beta.29) (2020-10-23) ### Bug Fixes * array manipulaton in deeply nested propertiescloses: [#645](https://github.com/SoftwareBrothers/admin-bro/issues/645) ([7f0bb71](https://github.com/SoftwareBrothers/admin-bro/commit/7f0bb71de5d66eca7715cda8cbaf0857c6222dd8)) * population logic for deeply nested properties ([1ada282](https://github.com/SoftwareBrothers/admin-bro/commit/1ada2825bd74d0b7875ec36f24bbb0dd3237a72f)), closes [#645](https://github.com/SoftwareBrothers/admin-bro/issues/645) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42fcb7706..cc2821419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.28", + "version": "3.3.0-beta.29", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",