Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Jun 29, 2022
1 parent f169843 commit 83c1947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/generatedProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"fastify-openapi-glue": "^3.3.1"
},
"devDependencies": {
"fastify": "^4.0.3",
"fastify-cli": "^4.1.1",
"fastify": "^4.2.0",
"fastify-cli": "^4.2.0",
"tap": "^16.3.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1"
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.3.1",
"version": "4.0.0",
"description": "generate a fastify configuration from an openapi specification",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 83c1947

Please sign in to comment.