From 61e98b41650f7bd1e0a6891800e3131e179b6632 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Dec 2021 10:37:28 +0000 Subject: [PATCH] chore(release): 4.28.2 [skip ci] ## [4.28.2](https://github.com/luin/ioredis/compare/v4.28.1...v4.28.2) (2021-12-01) ### Bug Fixes * add Redis campaign ([#1475](https://github.com/luin/ioredis/issues/1475)) ([3f3d8e9](https://github.com/luin/ioredis/commit/3f3d8e9eb868f4e58bb63926d3b683d9892835f2)) * fix a memory leak with autopipelining. ([#1470](https://github.com/luin/ioredis/issues/1470)) ([f5d8b73](https://github.com/luin/ioredis/commit/f5d8b73c747a0db5cb36e83e6fe022a19a544bd2)) * unhandled Promise rejections in pipeline.exec [skip ci] ([#1466](https://github.com/luin/ioredis/issues/1466)) ([e5615da](https://github.com/luin/ioredis/commit/e5615da8786956df08a9b33b6cd4dd31e6eaa759)) --- Changelog.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index e213653d..2ace4d47 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +## [4.28.2](https://github.com/luin/ioredis/compare/v4.28.1...v4.28.2) (2021-12-01) + + +### Bug Fixes + +* add Redis campaign ([#1475](https://github.com/luin/ioredis/issues/1475)) ([3f3d8e9](https://github.com/luin/ioredis/commit/3f3d8e9eb868f4e58bb63926d3b683d9892835f2)) +* fix a memory leak with autopipelining. ([#1470](https://github.com/luin/ioredis/issues/1470)) ([f5d8b73](https://github.com/luin/ioredis/commit/f5d8b73c747a0db5cb36e83e6fe022a19a544bd2)) +* unhandled Promise rejections in pipeline.exec [skip ci] ([#1466](https://github.com/luin/ioredis/issues/1466)) ([e5615da](https://github.com/luin/ioredis/commit/e5615da8786956df08a9b33b6cd4dd31e6eaa759)) + ## [4.28.1](https://github.com/luin/ioredis/compare/v4.28.0...v4.28.1) (2021-11-23) diff --git a/package-lock.json b/package-lock.json index f239b62d..b5ecf546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.28.1", + "version": "4.28.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dfb7cec5..25b32759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.28.1", + "version": "4.28.2", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [