From 78eb1428ea2f613c4a7dcbebae0311bc19e05638 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Jul 2022 11:10:04 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/adarshsingh1407/adminjs-upload/compare/v2.1.0...v2.2.0) (2022-07-06) ### Features * **s3-content-type:** add support for setting content type on s3 ([b150450](https://github.com/adarshsingh1407/adminjs-upload/commit/b150450c4ad003b90fcab7ae08b36cad35fdc9e9)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f61a28..498c583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neo-adminjs/upload", - "version": "2.1.0", + "version": "2.2.0", "main": "index.js", "types": "types/index.d.ts", "repository": "git@github.com:adarshsingh1407/adminjs-upload.git",