Skip to content

Commit

Permalink
Bumped v11.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 5, 2024
1 parent c82bb6f commit 3534fee
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/session",
"version": "11.0.0-pre.fv5.2",
"version": "11.0.0",
"description": "a session plugin for fastify",
"main": "lib/fastifySession.js",
"type": "commonjs",
Expand Down Expand Up @@ -29,13 +29,13 @@
"url": "git+https://github.com/fastify/session.git"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0-pre.fv5.1",
"@fastify/cookie": "^10.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"connect-mongo": "^5.1.0",
"connect-redis": "^7.1.1",
"cronometro": "^3.0.2",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"ioredis": "^5.3.2",
"session-file-store": "^1.5.0",
"standard": "^17.1.0",
Expand Down

0 comments on commit 3534fee

Please sign in to comment.