From c63527ee1564b5fb733198b89bc0b8bd2131bd31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Feb 2022 10:11:18 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/SoftwareBrothers/adminjs-upload/compare/v2.0.1...v2.0.2) (2022-02-18) ### Bug Fixes * fix mkdir bug for local-provider ([#24](https://github.com/SoftwareBrothers/adminjs-upload/issues/24))([@sarcastic-verma](https://github.com/sarcastic-verma)) ([8dad188](https://github.com/SoftwareBrothers/adminjs-upload/commit/8dad188447521830bb8603cee6f5a1897f40dc5e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39a5047..e5e9a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/upload", - "version": "2.0.1", + "version": "2.0.2", "main": "index.js", "types": "types/index.d.ts", "private": false,