From f591ed3521cdac170a039b74c550e54ff9f21880 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Mar 2022 11:11:10 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/SoftwareBrothers/adminjs-fastify/compare/v1.0.1...v1.1.0) (2022-03-01) ### Features * add content-type to served assets ([3aa4eac](https://github.com/SoftwareBrothers/adminjs-fastify/commit/3aa4eac1f8e69eedc51dd2d079c2115470861442)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fe3288..7f808eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/fastify", - "version": "1.0.1", + "version": "1.1.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,