Skip to content

Commit

Permalink
chore(release): 4.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.1](redis/ioredis@v4.15.0...v4.15.1) (2019-12-25)

### Bug Fixes

* ignore empty hosts returned by CLUSTER SLOTS ([#1025](redis/ioredis#1025)) ([d79a8ef](redis/ioredis@d79a8ef))
* prevent exception when send custom command ([04cad7f](redis/ioredis@04cad7f))
  • Loading branch information
janus-dev87 committed Dec 25, 2019
1 parent bad34dc commit 53ef209
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,3 +1,11 @@
## [4.15.1](https://github.com/luin/ioredis/compare/v4.15.0...v4.15.1) (2019-12-25)


### Bug Fixes

* ignore empty hosts returned by CLUSTER SLOTS ([#1025](https://github.com/luin/ioredis/issues/1025)) ([d79a8ef](https://github.com/luin/ioredis/commit/d79a8ef40f5670af6962b598752dc5a7aa96722c))
* prevent exception when send custom command ([04cad7f](https://github.com/luin/ioredis/commit/04cad7fbf2db5e14a478e2eb1dc825346abe41dd))

# [4.15.0](https://github.com/luin/ioredis/compare/v4.14.4...v4.15.0) (2019-11-29)


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
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.15.0",
"version": "4.15.1",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 53ef209

Please sign in to comment.