From dd08bcb0f3b5972cb5e20448d75d76249fbdfcde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 16:18:06 +0000 Subject: [PATCH] chore: version packages --- .changeset/famous-steaks-happen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-steaks-happen.md 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": [],