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

Release redis@4.6.5

This commit is contained in:
Leibale
2023-02-24 18:22:13 -05:00
parent 4745fae37f
commit ca1d04f2ba
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "redis",
"version": "4.6.4",
"version": "4.6.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "redis",
"version": "4.6.4",
"version": "4.6.5",
"license": "MIT",
"workspaces": [
"./packages/*"

View File

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