Skip to content

Commit 97247ba

Browse files
committed
chore(release): publish 0.3.0
1 parent d409c94 commit 97247ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0 (2025-07-25)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 0.2.2 (2025-07-25)
26

37
### 🚀 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.2.2",
3+
"version": "0.3.0",
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.2.2",
3+
"version": "0.3.0",
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)