From e2193ccaaf9413e970f67eda7f7fab437f342164 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jun 2020 20:34:45 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/SoftwareBrothers/admin-bro-expressjs/compare/v2.0.5...v2.1.0) (2020-06-12) ### Bug Fixes * Lint ([f5046d0](https://github.com/SoftwareBrothers/admin-bro-expressjs/commit/f5046d0a6a800c405f1ad1c9871ce8fd79f40fbc)) ### Features * add semantic release ([13ddc94](https://github.com/SoftwareBrothers/admin-bro-expressjs/commit/13ddc94a753c7105a04b03945e6a6dbc245d941d)) * Redirect to previously visited page ([79709a8](https://github.com/SoftwareBrothers/admin-bro-expressjs/commit/79709a8adffc51759ae3ed1dbe411b04bcec2825)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da1290e..63148de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro-expressjs", - "version": "2.0.5", + "version": "2.1.0", "description": "This is an official AdminBro plugin which integrates it to expressjs framework", "main": "index.js", "scripts": {