From a524e410011fcbf03fb7f18c6bce47a8b955c33a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 10:09:47 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/SoftwareBrothers/adminjs-fastify/compare/v2.0.0...v2.1.0) (2022-08-02) ### Bug Fixes * allow routes outside /admin when using authenticated router ([eb16a68](https://github.com/SoftwareBrothers/adminjs-fastify/commit/eb16a684c10e8adf27589cf94e2f224e4130f2f3)) * missing mime type in login handler ([5b6e5c7](https://github.com/SoftwareBrothers/adminjs-fastify/commit/5b6e5c7b7bcc9ca4b7791ba860eeab3b95abe6b3)) ### Features * update deprecated plugins ([#5](https://github.com/SoftwareBrothers/adminjs-fastify/issues/5))([@yubin](https://github.com/yubin)TW) ([0ed0ff5](https://github.com/SoftwareBrothers/adminjs-fastify/commit/0ed0ff5819e7fc0f436f7476d8d4adf46adeff44)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ce1b82..40b32b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/fastify", - "version": "2.0.0", + "version": "2.1.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,