Skip to content

Commit

Permalink
chore(release): 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.6.0](redis/ioredis@v4.5.1...v4.6.0) (2019-01-21)

### Features

* add maxLoadingRetryTime option when redis server not ready ([#784](redis/ioredis#784)) ([0e7713f](redis/ioredis@0e7713f))
  • Loading branch information
janus-dev87 committed Jan 21, 2019
1 parent 923e4a0 commit f7bd2b7
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.6.0](https://github.com/luin/ioredis/compare/v4.5.1...v4.6.0) (2019-01-21)


### Features

* add maxLoadingRetryTime option when redis server not ready ([#784](https://github.com/luin/ioredis/issues/784)) ([0e7713f](https://github.com/luin/ioredis/commit/0e7713f))

## [4.5.1](https://github.com/luin/ioredis/compare/v4.5.0...v4.5.1) (2019-01-13)


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.5.1",
"version": "4.6.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 f7bd2b7

Please sign in to comment.