Skip to content

Commit

Permalink
chore(release): 4.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.2](v4.12.1...v4.12.2) (2019-07-16)

### Bug Fixes

* **cluster:** prefer master when there're two same node for a slot ([8fb9f97](8fb9f97))
* **cluster:** remove node immediately when slots are redistributed ([ecc13ad](ecc13ad)), closes [#930](#930)
  • Loading branch information
semantic-release-bot committed Jul 16, 2019
1 parent ecc13ad commit 717fe4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.12.2](https://github.com/luin/ioredis/compare/v4.12.1...v4.12.2) (2019-07-16)


### Bug Fixes

* **cluster:** prefer master when there're two same node for a slot ([8fb9f97](https://github.com/luin/ioredis/commit/8fb9f97))
* **cluster:** remove node immediately when slots are redistributed ([ecc13ad](https://github.com/luin/ioredis/commit/ecc13ad)), closes [#930](https://github.com/luin/ioredis/issues/930)

## [4.12.1](https://github.com/luin/ioredis/compare/v4.12.0...v4.12.1) (2019-07-15)


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

0 comments on commit 717fe4d

Please sign in to comment.