Skip to content

Commit 4c1c85a

Browse files
committed
chore(release): publish 0.4.0
1 parent 7f6a866 commit 4c1c85a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.4.0 (2025-07-27)
2+
3+
### 🚀 Features
4+
5+
- **redis:** enhance RedisClientModule with async options and improved configuration handling ([667b1bd](https://github.com/CSenshi/nestjs-redis/commit/667b1bd))
6+
7+
### 🩹 Fixes
8+
9+
- **tokens:** move RedisToken and connection names injection token to separate file ([e69d96a](https://github.com/CSenshi/nestjs-redis/commit/e69d96a))
10+
11+
### ❤️ Thank You
12+
13+
- CSenshi
14+
115
## 0.3.2 (2025-07-26)
216

317
### 🩹 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.3.2",
3+
"version": "0.4.0",
44
"description": "Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client",
55
"keywords": [
66
"nestjs",

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.3.2",
3+
"version": "0.4.0",
44
"description": "Redis storage for NestJS Throttler enabling distributed rate limiting across multiple application instances",
55
"keywords": [
66
"nestjs",

0 commit comments

Comments
 (0)