1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Release redis@5.1.1

This commit is contained in:
Nikolay Karadzhov
2025-05-28 16:31:12 +03:00
parent d374514309
commit e4a1ca467f
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -8619,7 +8619,7 @@
}
},
"packages/redis": {
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"dependencies": {
"@redis/bloom": "5.1.1",

View File

@@ -1,7 +1,7 @@
{
"name": "redis",
"description": "A modern, high performance Redis client",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",