From 97fcd51f3f1d08c0e2a668cab2c771b0a8460514 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Aug 2023 07:36:27 +0000 Subject: [PATCH] chore(release): 5.1.1 [skip ci] ## [5.1.1](https://github.com/frontegg/nodejs-sdk/compare/5.1.0...5.1.1) (2023-08-06) ### Bug Fixes * **redis:** change required fields for redis configuration ([c3056c0](https://github.com/frontegg/nodejs-sdk/commit/c3056c080d6ad9ca31b0142bb39985bcb6a830a9)) --- docs/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 464f018..8cc6d1a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.1](https://github.com/frontegg/nodejs-sdk/compare/5.1.0...5.1.1) (2023-08-06) + + +### Bug Fixes + +* **redis:** change required fields for redis configuration ([c3056c0](https://github.com/frontegg/nodejs-sdk/commit/c3056c080d6ad9ca31b0142bb39985bcb6a830a9)) + ## [5.1.1-alpha.1](https://github.com/frontegg/nodejs-sdk/compare/5.1.0...5.1.1-alpha.1) (2023-07-30)