Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2022-08-02)

### chore

* update fastify to v4 and other fastify dependencies accordingly ([05b412c](05b412c))

### BREAKING CHANGES

* Due to changes in Fastify API, make sure you "await" buildRouter/buildAuthenticatedRouter
  • Loading branch information
semantic-release-bot committed Aug 2, 2022
1 parent 05b412c commit 7209147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 7209147

Please sign in to comment.