From 2392baae82f982abdccab8b12977b2dc3833cdb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jul 2024 21:27:38 +0000 Subject: [PATCH] chore: version packages --- .changeset/funny-bears-float.md | 5 ----- .changeset/tasty-bags-whisper.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/funny-bears-float.md delete mode 100644 .changeset/tasty-bags-whisper.md diff --git a/.changeset/funny-bears-float.md b/.changeset/funny-bears-float.md deleted file mode 100644 index 0d1bf80b..00000000 --- a/.changeset/funny-bears-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nestjs/throttler': major ---- - -A time will be provided to block the request separately from the ttl. There is a breaking change at the library level. Storage library owners will be affected by this breaking change diff --git a/.changeset/tasty-bags-whisper.md b/.changeset/tasty-bags-whisper.md deleted file mode 100644 index ec6912fc..00000000 --- a/.changeset/tasty-bags-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nestjs/throttler': major ---- - -- e17a5dc: The storage has been updated to utilize Map instead of a simple object for key-value storage. This enhancement offers improved performance, especially for scenarios involving frequent additions and deletions of keys. There is a breaking change at the library level. Storage library owners will be affected by this breaking change diff --git a/CHANGELOG.md b/CHANGELOG.md index 1511be7d..8d2b5565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## 5.0.0 +## 6.0.0 + +### Major Changes + +- 93b62d2: A time will be provided to block the request separately from the ttl. There is a breaking change at the library level. Storage library owners will be affected by this breaking change +- 9b3f9cd: - e17a5dc: The storage has been updated to utilize Map instead of a simple object for key-value storage. This enhancement offers improved performance, especially for scenarios involving frequent additions and deletions of keys. There is a breaking change at the library level. Storage library owners will be affected by this breaking change + ## 5.2.0 ### Minor Changes diff --git a/package.json b/package.json index 3963d17c..e11b5368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/throttler", - "version": "5.2.0", + "version": "6.0.0", "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": [],