Skip to content

Commit

Permalink
Bumped v5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Jul 11, 2022
1 parent 4ae7e18 commit fc0fcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/csrf-protection",
"version": "5.0.0",
"version": "5.1.0",
"description": "A plugin for adding CSRF protection to Fastify.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"directory": "./test"
},
"dependencies": {
"@fastify/csrf": "^5.0.0",
"@fastify/csrf": "^5.1.0",
"@fastify/error": "^3.0.0",
"fastify-plugin": "^3.0.0"
},
Expand Down

0 comments on commit fc0fcb1

Please sign in to comment.