From 10db944fdca5b766ec07bf91ece7e8d1bf9ab265 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jan 2021 11:14:37 +0000 Subject: [PATCH] chore(release): 3.4.0-beta.2 [skip ci] # [3.4.0-beta.2](https://github.com/SoftwareBrothers/admin-bro/compare/v3.4.0-beta.1...v3.4.0-beta.2) (2021-01-26) ### Bug Fixes * Revert yarn.lock ([a4b69d6](https://github.com/SoftwareBrothers/admin-bro/commit/a4b69d61dfa2a7bc27116310f79fce76a8398bfd)) ### Features * Allow sidebar override ([d670a52](https://github.com/SoftwareBrothers/admin-bro/commit/d670a52f02b5705598a3e34242dad52e288b73fd)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6222bc2be..5f341547b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.4.0-beta.1", + "version": "3.4.0-beta.2", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",