1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

Release redis@5.6.0

This commit is contained in:
GitHub Action
2025-07-08 11:38:02 +00:00
parent e5b2466da3
commit 4d886b8866
2 changed files with 12 additions and 72 deletions

View File

@ -1,7 +1,7 @@
{
"name": "redis",
"description": "A modern, high performance Redis client",
"version": "5.5.6",
"version": "5.6.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -13,11 +13,11 @@
"release": "release-it"
},
"dependencies": {
"@redis/bloom": "5.5.6",
"@redis/client": "5.5.6",
"@redis/json": "5.5.6",
"@redis/search": "5.5.6",
"@redis/time-series": "5.5.6"
"@redis/bloom": "5.6.0",
"@redis/client": "5.6.0",
"@redis/json": "5.6.0",
"@redis/search": "5.6.0",
"@redis/time-series": "5.6.0"
},
"engines": {
"node": ">= 18"