Skip to content

Commit cb1c535

Browse files
committed
chore(release): publish 0.2.2
1 parent 9a4f43a commit cb1c535

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.2.2 (2025-07-25)
2+
3+
### 🚀 Features
4+
5+
- **nx-cloud:** setup nx cloud workspace ([5bf3b8c](https://github.com/CSenshi/nestjs-redis/commit/5bf3b8c))
6+
- **throttler-storage:** init ([b8589f3](https://github.com/CSenshi/nestjs-redis/commit/b8589f3))
7+
- **throttler-storage:** implement Redis throttler storage and add integration tests ([1a2d6ea](https://github.com/CSenshi/nestjs-redis/commit/1a2d6ea))
8+
- **throttler-storage:** add integration test configuration and update test dependencies ([063abfd](https://github.com/CSenshi/nestjs-redis/commit/063abfd))
9+
- **throttler-storage:** enhance RedisThrottlerStorage with static factory methods for improved client management ([5ccc513](https://github.com/CSenshi/nestjs-redis/commit/5ccc513))
10+
11+
### 🩹 Fixes
12+
13+
- invalid pnpm lock file ([4e5e632](https://github.com/CSenshi/nestjs-redis/commit/4e5e632))
14+
- add missing build target defaults in nx.json ([6a25d5a](https://github.com/CSenshi/nestjs-redis/commit/6a25d5a))
15+
- update image source in README files for consistency ([dd89070](https://github.com/CSenshi/nestjs-redis/commit/dd89070))
16+
- change package building logic ([e9c979e](https://github.com/CSenshi/nestjs-redis/commit/e9c979e))
17+
- **eslint:** update ignoredFiles to include all spec.ts files ([38836f3](https://github.com/CSenshi/nestjs-redis/commit/38836f3))
18+
- **package.json:** update homepage and repository fields and correct throttler dependency version ([3f73178](https://github.com/CSenshi/nestjs-redis/commit/3f73178))
19+
20+
### ❤️ Thank You
21+
22+
- CSenshi
23+
- Saba Pochkhua
24+
125
## 0.1.0 (2025-07-22)
226

327
### 🚀 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.1.0",
3+
"version": "0.2.2",
44
"homepage": "https://github.com/CSenshi/nestjs-redis/tree/main/packages/client",
55
"main": "./dist/src/index.js",
66
"module": "./dist/src/index.js",

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.0.1",
3+
"version": "0.2.2",
44
"homepage": "https://github.com/CSenshi/nestjs-redis/tree/main/packages/throttler-storage",
55
"main": "./dist/src/index.js",
66
"module": "./dist/src/index.js",

0 commit comments

Comments
 (0)