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

Release redis@4.6.12

This commit is contained in:
Leibale
2023-12-18 15:20:52 -05:00
parent 55d07d2767
commit ccd9610177
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.11",
"version": "4.6.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "redis",
"version": "4.6.11",
"version": "4.6.12",
"license": "MIT",
"workspaces": [
"./packages/*"

View File

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