Skip to content

Commit

Permalink
Bumped v6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 6, 2024
1 parent dce0545 commit 2267a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/url-data",
"version": "6.0.0-pre.fv5.2",
"version": "6.0.0",
"description": "A Fastify plugin to provide access to URI components",
"main": "plugin.js",
"type": "commonjs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"h2url": "^0.2.0",
"semver": "^7.5.4",
"snazzy": "^9.0.0",
Expand All @@ -41,7 +41,7 @@
},
"dependencies": {
"fast-uri": "^3.0.0",
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2267a86

Please sign in to comment.