From 720914707d259a1c32ea7d1c15d5d5fbab8a5fc8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 12:47:41 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/SoftwareBrothers/adminjs-fastify/compare/v2.1.0...v3.0.0) (2022-08-02) ### chore * update fastify to v4 and other fastify dependencies accordingly ([05b412c](https://github.com/SoftwareBrothers/adminjs-fastify/commit/05b412ccc9d1605b0dc47e2c2f487f0c143ae9da)) ### BREAKING CHANGES * Due to changes in Fastify API, make sure you "await" buildRouter/buildAuthenticatedRouter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f712803..379d4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/fastify", - "version": "2.1.0", + "version": "3.0.0", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,