From 03026855bb33cd6fed161918623e24ca5cf9b6b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Aug 2020 07:41:53 +0000 Subject: [PATCH] chore(release): 3.2.1 [skip ci] ## [3.2.1](https://github.com/SoftwareBrothers/admin-bro/compare/v3.2.0...v3.2.1) (2020-08-31) ### Bug Fixes * add layut to a `new` action ([21305ef](https://github.com/SoftwareBrothers/admin-bro/commit/21305ef25ba7e7dbaa004e595c62d5cb32543eff)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9bd5dee7..4ac2ae408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.2.1-beta.1", + "version": "3.2.1", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",