Skip to content

Commit

Permalink
Bumped v7.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 6, 2024
1 parent ee19995 commit a555f86
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/redis",
"version": "7.0.0-pre.fv5.2",
"version": "7.0.0",
"description": "Plugin to share a common Redis connection across Fastify.",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -37,15 +37,15 @@
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"proxyquire": "^2.1.3",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0",
"why-is-node-running": "^2.2.2"
},
"dependencies": {
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"ioredis": "^5.3.2"
},
"publishConfig": {
Expand Down

0 comments on commit a555f86

Please sign in to comment.