Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Jun 10, 2022
1 parent 2e4f044 commit 79623e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/generatedProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"fastify-plugin": "^3.0.1",
"fastify-openapi-glue": "^2.4.1"
"fastify-openapi-glue": "^3.0.0"
},
"devDependencies": {
"fastify": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-openapi-glue",
"version": "3.0.0",
"version": "3.0.1",
"description": "generate a fastify configuration from an openapi specification",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 79623e6

Please sign in to comment.