Skip to content

Commit 2847399

Browse files
committed
chore(release): publish 0.4.1
1 parent 2d5b76c commit 2847399

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.1 (2025-07-28)
2+
3+
### 🚀 Features
4+
5+
- **publish:** implement custom publish script and update workflow ([2d5b76c](https://github.com/CSenshi/nestjs-redis/commit/2d5b76c))
6+
7+
### ❤️ Thank You
8+
9+
- CSenshi
10+
111
## 0.4.0 (2025-07-27)
212

313
### 🚀 Features

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.4.0",
3+
"version": "0.4.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/throttler-storage",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Redis storage for NestJS Throttler enabling distributed rate limiting across multiple application instances",
55
"keywords": [
66
"nestjs",
@@ -83,4 +83,4 @@
8383
"url": "https://github.com/CSenshi/nestjs-redis",
8484
"directory": "packages/throttler-storage"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)