Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 4a5d78a

Browse files
committed
v0.5.0
1 parent 5afdacc commit 4a5d78a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.5.0](https://github.com/kkoomen/nestjs-throttler-storage-redis/compare/v0.4.4...v0.5.0) (2024-7-26)
2+
3+
### Features
4+
5+
- upgrade @nestjs/throttler to v6, add new throttling features ([7f0784d](https://github.com/kkoomen/nestjs-throttler-storage-redis/commit/7f0784d75cecf29350a24ff902a7c42c23bcdf9d))
6+
17
## [0.4.4](https://github.com/kkoomen/nestjs-throttler-storage-redis/compare/v0.4.3...v0.4.4) (2024-3-20)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-throttler-storage-redis",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "Redis storage provider for the @nestjs/throttler package",
55
"author": "Kim 金可明 <koomen@pm.me>",
66
"keywords": [

0 commit comments

Comments
 (0)