Skip to content

Commit

Permalink
chore: 🔖 Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsilbi committed Apr 18, 2024
1 parent fbccb3e commit 9b913c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpo/zod-openapi",
"version": "2.2.5",
"version": "3.0.0",
"description": "Zod to OpenAPI converter",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -52,11 +52,15 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/validator": "^13.11.9",
"changelogen": "^0.5.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"unbuild": "^2.0.0",
"validator": "^13.11.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9b913c8

Please sign in to comment.