diff --git a/.changeset/famous-steaks-happen.md b/.changeset/famous-steaks-happen.md deleted file mode 100644 index f58db9a2..00000000 --- a/.changeset/famous-steaks-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nestjs/throttler': patch ---- - -Resolves a bug that cause 'this' to be undefined in the 'getTracker' and 'generateKey' methods of the custom ThrottlerGuard diff --git a/CHANGELOG.md b/CHANGELOG.md index 106fd2b8..0856b8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 5.0.0 +## 5.1.1 + +### Patch Changes + +- b06a208: Resolves a bug that cause 'this' to be undefined in the 'getTracker' and 'generateKey' methods of the custom ThrottlerGuard + ## 5.1.0 ### Minor Changes diff --git a/package.json b/package.json index c0bb979c..77b3dbb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/throttler", - "version": "5.1.0", + "version": "5.1.1", "description": "A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.", "author": "Jay McDoniel ", "contributors": [],