Skip to content

Commit

Permalink
chore(release): 5.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.3](v5.0.2...v5.0.3) (2022-03-31)

### Bug Fixes

* add named exports to keep compatible with @types/ioredis ([#1552](#1552)) ([a89a900](a89a900))
* Fix failover detector with sentinel and tls streams ([ac00a00](ac00a00))
* handle NOPERM error for monitor ([93b873d](93b873d)), closes [#1498](#1498)
* Hook up the keepAlive after a successful connect ([14f03a4](14f03a4)), closes [#1339](#1339)
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed Mar 31, 2022
1 parent 93b873d commit 0db2d4f
Show file tree
Hide file tree
Showing 11 changed files with 779 additions and 769 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [5.0.3](https://github.com/luin/ioredis/compare/v5.0.2...v5.0.3) (2022-03-31)


### Bug Fixes

* add named exports to keep compatible with @types/ioredis ([#1552](https://github.com/luin/ioredis/issues/1552)) ([a89a900](https://github.com/luin/ioredis/commit/a89a9002db70d44c83dfa6aaef81fb40caa5fb19))
* Fix failover detector with sentinel and tls streams ([ac00a00](https://github.com/luin/ioredis/commit/ac00a005220aa48e9be509f18594bd5e13969ce4))
* handle NOPERM error for monitor ([93b873d](https://github.com/luin/ioredis/commit/93b873dfaf75baf08e517476bfe54384d144b526)), closes [#1498](https://github.com/luin/ioredis/issues/1498)
* Hook up the keepAlive after a successful connect ([14f03a4](https://github.com/luin/ioredis/commit/14f03a4d9416b32a912f3ab9eee4c004ccad8acc)), closes [#1339](https://github.com/luin/ioredis/issues/1339)

## [5.0.2](https://github.com/luin/ioredis/compare/v5.0.1...v5.0.2) (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

718 changes: 359 additions & 359 deletions docs/classes/Cluster.html

Large diffs are not rendered by default.

722 changes: 361 additions & 361 deletions docs/classes/default.html → docs/classes/Redis.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/interfaces/ClusterOptions.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/interfaces/CommonRedisOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/SentinelAddress.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/interfaces/SentinelConnectionOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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": "5.0.2",
"version": "5.0.3",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "./built/index.js",
"types": "./built/index.d.ts",
Expand Down

0 comments on commit 0db2d4f

Please sign in to comment.