Skip to content

Commit

Permalink
Bumped v8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent 2113954 commit bf7fae9
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/formbody",
"version": "8.0.0-pre.fv5.3",
"version": "8.0.0",
"description": "A module for Fastify to parse x-www-form-urlencoded bodies",
"main": "formbody.js",
"type": "commonjs",
Expand Down Expand Up @@ -32,7 +32,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",
"form-auto-content": "^3.2.1",
"qs": "^6.12.0",
"snazzy": "^9.0.0",
Expand All @@ -42,7 +42,7 @@
},
"dependencies": {
"fast-querystring": "^1.1.2",
"fastify-plugin": "^5.0.0-pre.fv5.1"
"fastify-plugin": "^5.0.0"
},
"types": "types/formbody.d.ts",
"publishConfig": {
Expand Down

0 comments on commit bf7fae9

Please sign in to comment.