Skip to content

Commit a6d14cc

Browse files
committed
chore(release): publish 0.1.2
1 parent 188ef5d commit a6d14cc

File tree

5 files changed

+1674
-4686
lines changed

5 files changed

+1674
-4686
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.2 (2025-07-31)
2+
3+
### 🩹 Fixes
4+
5+
- **client:** fix forRootAsync method not looking at imports property ([a495e5c](https://github.com/CSenshi/nestjs-redis/commit/a495e5c))
6+
7+
### ❤️ Thank You
8+
9+
- CSenshi
10+
111
## 0.1.1 (2025-07-29)
212

313
### 🩹 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.1.1",
3+
"version": "0.1.2",
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.1.1",
3+
"version": "0.1.2",
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/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.1.1",
3+
"version": "0.1.2",
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)