Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 21, 2023
1 parent ec7edf0 commit fbb1047
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.3.3](https://github.com/kkoomen/nestjs-throttler-storage-redis/compare/v0.3.2...v0.3.3) (2023-05-21)

### Bug Fixes

- added back disconnectRequired flag assignment ([bd5587a](https://github.com/kkoomen/nestjs-throttler-storage-redis/commit/bd5587adfc7aeeef41518f5c49bc4c745365fefb))

## [0.3.2](https://github.com/kkoomen/nestjs-throttler-storage-redis/compare/v0.3.1...v0.3.2) (2023-05-13)

## [0.3.1](https://github.com/kkoomen/nestjs-throttler-storage-redis/compare/v0.3.0...v0.3.1) (2023-05-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-throttler-storage-redis",
"version": "0.3.2",
"version": "0.3.3",
"description": "Redis storage provider for the @nestjs/throttler package",
"author": "Kim 金可明 <koomen@pm.me>",
"keywords": [
Expand Down

0 comments on commit fbb1047

Please sign in to comment.