Skip to content

Commit

Permalink
chore(release): 4.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.26.0](v4.25.0...v4.26.0) (2021-04-08)

### Bug Fixes

* **cluster:** subscriber connection leaks ([81b9be0](81b9be0)), closes [#1325](#1325)

### Features

* **cluster:** apply provided connection name to internal connections ([2e388db](2e388db))
  • Loading branch information
semantic-release-bot committed Apr 8, 2021
1 parent 2e388db commit dac428d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.26.0](https://github.com/luin/ioredis/compare/v4.25.0...v4.26.0) (2021-04-08)


### Bug Fixes

* **cluster:** subscriber connection leaks ([81b9be0](https://github.com/luin/ioredis/commit/81b9be021d471796bba00ee7b08768df9d7e2689)), closes [#1325](https://github.com/luin/ioredis/issues/1325)


### Features

* **cluster:** apply provided connection name to internal connections ([2e388db](https://github.com/luin/ioredis/commit/2e388dbaa528d009b97b82c4dc362377165670a4))

# [4.25.0](https://github.com/luin/ioredis/compare/v4.24.6...v4.25.0) (2021-04-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.25.0",
"version": "4.26.0",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit dac428d

Please sign in to comment.