Skip to content

Commit

Permalink
Bumped v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Apr 5, 2023
1 parent e66e9e0 commit 025b524
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/swagger-ui",
"version": "1.6.0",
"version": "1.7.0",
"description": "Serve Swagger-ui for Fastify",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,9 @@
"directory": "types"
},
"pkg": {
"assets": ["static/**/*"]
"assets": [
"static/**/*"
]
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 025b524

Please sign in to comment.