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 <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent b56eb24 commit 1f47194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/accepts-serializer",
"version": "6.0.0-pre.fv5.2",
"version": "6.0.0",
"description": "Serializer according to the accept header",
"main": "index.js",
"type": "commonjs",
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/fastify/fastify-accepts-serializer#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"msgpack5": "^6.0.2",
"protobufjs": "^7.2.6",
"snazzy": "^9.0.0",
Expand All @@ -37,8 +37,8 @@
"yamljs": "^0.3.0"
},
"dependencies": {
"@fastify/accepts": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1"
"@fastify/accepts": "^5.0.0",
"fastify-plugin": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1f47194

Please sign in to comment.