Skip to content

Commit 31c4d2a

Browse files
committed
chore(release): publish 0.12.0
1 parent 40948f6 commit 31c4d2a

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.0 (2025-10-01)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 0.11.2 (2025-08-18)
26

37
### 🩹 Fixes

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.11.2",
3+
"version": "0.12.0",
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.11.2",
3+
"version": "0.12.0",
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/kit/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/kit",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "All-in-one convenience package that re-exports every module in the NestJS Redis Toolkit",

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.11.2",
3+
"version": "0.12.0",
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/socket.io-adapter/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/socket.io-adapter",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"license": "MIT",
55
"author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)",
66
"description": "Redis-powered Socket.IO adapter for NestJS enabling scalable WebSocket connections",

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.11.2",
3+
"version": "0.12.0",
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)