Skip to content

Commit ba78adb

Browse files
committed
chore(release): publish 0.3.1
1 parent 45ae4a3 commit ba78adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0",
3+
"version": "0.3.1",
44
"description": "Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client",
55
"homepage": "https://github.com/CSenshi/nestjs-redis/tree/main/packages/client",
66
"main": "./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.3.0",
3+
"version": "0.3.1",
44
"description": "Redis storage for NestJS Throttler enabling distributed rate limiting across multiple application instances",
55
"homepage": "https://github.com/CSenshi/nestjs-redis/tree/main/packages/throttler-storage",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)