Skip to content

Commit 61e98b4

Browse files
chore(release): 4.28.2 [skip ci]
## [4.28.2](v4.28.1...v4.28.2) (2021-12-01) ### Bug Fixes * add Redis campaign ([#1475](#1475)) ([3f3d8e9](3f3d8e9)) * fix a memory leak with autopipelining. ([#1470](#1470)) ([f5d8b73](f5d8b73)) * unhandled Promise rejections in pipeline.exec [skip ci] ([#1466](#1466)) ([e5615da](e5615da))
1 parent a9059be commit 61e98b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.28.2](https://github.com/luin/ioredis/compare/v4.28.1...v4.28.2) (2021-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add Redis campaign ([#1475](https://github.com/luin/ioredis/issues/1475)) ([3f3d8e9](https://github.com/luin/ioredis/commit/3f3d8e9eb868f4e58bb63926d3b683d9892835f2))
7+
* fix a memory leak with autopipelining. ([#1470](https://github.com/luin/ioredis/issues/1470)) ([f5d8b73](https://github.com/luin/ioredis/commit/f5d8b73c747a0db5cb36e83e6fe022a19a544bd2))
8+
* unhandled Promise rejections in pipeline.exec [skip ci] ([#1466](https://github.com/luin/ioredis/issues/1466)) ([e5615da](https://github.com/luin/ioredis/commit/e5615da8786956df08a9b33b6cd4dd31e6eaa759))
9+
110
## [4.28.1](https://github.com/luin/ioredis/compare/v4.28.0...v4.28.1) (2021-11-23)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioredis",
3-
"version": "4.28.1",
3+
"version": "4.28.2",
44
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
55
"main": "built/index.js",
66
"files": [

0 commit comments

Comments
 (0)