From 7dc2e70dd83486c288840a9b6be3b5ed655c609b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Jan 2021 15:14:48 +0000 Subject: [PATCH] chore(release): 3.4.0-beta.1 [skip ci] # [3.4.0-beta.1](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.2-beta.2...v3.4.0-beta.1) (2021-01-04) ### Features * pass custom styles and scripts to login template ([92fa573](https://github.com/SoftwareBrothers/admin-bro/commit/92fa573b2f99cb7b2cf69164e031034d59f5c041)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75d39132d..6672e0ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.2-beta.2", + "version": "3.4.0-beta.1", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",