Skip to content

Commit e593e34

Browse files
chore(release): 4.13.0 [skip ci]
# [4.13.0](v4.12.2...v4.13.0) (2019-07-19) ### Bug Fixes * **cluster:** suppress errors emitted from internal clients ([9a113ca](9a113ca)), closes [#896](#896) [#899](#899) ### Features * **cluster:** support binary keys ([b414ed9](b414ed9)), closes [#637](#637)
1 parent b414ed9 commit e593e34

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.13.0](https://github.com/luin/ioredis/compare/v4.12.2...v4.13.0) (2019-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **cluster:** suppress errors emitted from internal clients ([9a113ca](https://github.com/luin/ioredis/commit/9a113ca)), closes [#896](https://github.com/luin/ioredis/issues/896) [#899](https://github.com/luin/ioredis/issues/899)
7+
8+
9+
### Features
10+
11+
* **cluster:** support binary keys ([b414ed9](https://github.com/luin/ioredis/commit/b414ed9)), closes [#637](https://github.com/luin/ioredis/issues/637)
12+
113
## [4.12.2](https://github.com/luin/ioredis/compare/v4.12.1...v4.12.2) (2019-07-16)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioredis",
3-
"version": "4.12.2",
3+
"version": "4.13.0",
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)