Skip to content

Commit

Permalink
chore(release): 4.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Jul 19, 2019
1 parent b414ed9 commit e593e34
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.13.0](https://github.com/luin/ioredis/compare/v4.12.2...v4.13.0) (2019-07-19)


### Bug Fixes

* **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)


### Features

* **cluster:** support binary keys ([b414ed9](https://github.com/luin/ioredis/commit/b414ed9)), closes [#637](https://github.com/luin/ioredis/issues/637)

## [4.12.2](https://github.com/luin/ioredis/compare/v4.12.1...v4.12.2) (2019-07-16)


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.2",
"version": "4.13.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 e593e34

Please sign in to comment.