From 58b7dcb5b5133bab2146cc06f8f5f89678bcbccb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Feb 2022 11:21:56 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/SoftwareBrothers/adminjs-bundler/compare/v1.0.0...v1.1.0) (2022-02-22) ### Features * allow to pass AdminJS options to bundle fn ([4385586](https://github.com/SoftwareBrothers/adminjs-bundler/commit/438558669ef0c1bc87767e6af3e051bffb76454b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3eef341..a6cb193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/bundler", - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,