Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Feb 4, 2022
1 parent 059c834 commit 1be0cdf
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,7 +1,7 @@
{
"name": "connect-redis",
"description": "Redis session store for Connect",
"version": "6.0.0",
"version": "6.1.0",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"Marc Harter <[email protected]>"
Expand All @@ -21,9 +21,9 @@
"mockdate": "^2.0.5",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
"redis-v4": "npm:redis@4",
"redis-mock": "^0.56.3",
"redis-v3": "npm:redis@3",
"redis-mock": "^0.56.3"
"redis-v4": "npm:redis@4"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 1be0cdf

Please sign in to comment.