Skip to content

Commit

Permalink
chore(release): 4.24.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.24.5](v4.24.4...v4.24.5) (2021-03-27)

### Bug Fixes

* select db in cluster mode causes unhandled errors ([#1311](#1311)) ([da3ec92](da3ec92)), closes [#1310](#1310)
  • Loading branch information
semantic-release-bot committed Mar 27, 2021
1 parent da3ec92 commit 41ca587
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.24.5](https://github.com/luin/ioredis/compare/v4.24.4...v4.24.5) (2021-03-27)


### Bug Fixes

* select db in cluster mode causes unhandled errors ([#1311](https://github.com/luin/ioredis/issues/1311)) ([da3ec92](https://github.com/luin/ioredis/commit/da3ec92a406ab6c2f1517810f29f55a0c12712dc)), closes [#1310](https://github.com/luin/ioredis/issues/1310)

## [4.24.4](https://github.com/luin/ioredis/compare/v4.24.3...v4.24.4) (2021-03-24)


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.24.4",
"version": "4.24.5",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 41ca587

Please sign in to comment.