Skip to content

Commit 4085443

Browse files
committed
chore(release): publish 0.0.1
1 parent f559176 commit 4085443

File tree

5 files changed

+1673
-4668
lines changed

5 files changed

+1673
-4668
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.0.1 (2025-07-28)
2+
3+
### 🚀 Features
4+
5+
- **health-indicator:** init ([c46b72d](https://github.com/CSenshi/nestjs-redis/commit/c46b72d))
6+
- **health-indicator:** implement Redis health indicator ([e96c141](https://github.com/CSenshi/nestjs-redis/commit/e96c141))
7+
8+
### 🩹 Fixes
9+
10+
- **health-indicator:** fix linter problems ([d537c35](https://github.com/CSenshi/nestjs-redis/commit/d537c35))
11+
12+
### ❤️ Thank You
13+
14+
- CSenshi
15+
116
## 0.5.0 (2025-07-28)
217

318
This was a version bump only, there were no code changes.

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.5.0",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"description": "Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client",
66
"keywords": [

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.5.0",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"description": "A comprehensive Redis health indicator for NestJS applications using the Terminus health check library",
66
"keywords": [

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

0 commit comments

Comments
 (0)