Skip to content

Commit

Permalink
Bumped v5.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Dec 2, 2022
1 parent 35e9201 commit 0daa2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/secure-session",
"version": "5.1.1",
"version": "5.3.0",
"description": "Create a secure stateless cookie session for Fastify",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

2 comments on commit 0daa2b4

@gurgunday
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hate to be this person, but just a reminder that NPM is still at 5.2.0

@mcollina
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thx for catching

Please sign in to comment.