Skip to content

Commit dae6df1

Browse files
committed
chore(release): publish 0.2.1
1 parent f80a294 commit dae6df1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/client",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client",

packages/health-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/health-indicator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "A comprehensive Redis health indicator for NestJS applications using the Terminus health check library",

packages/lock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/lock",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis-based distributed lock module for NestJS, built on @redis-kit/lock",

packages/throttler-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/throttler-storage",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis storage for NestJS Throttler enabling distributed rate limiting across multiple application instances",

0 commit comments

Comments
 (0)