Skip to content

Commit

Permalink
chore(release): 5.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.3](v5.2.2...v5.2.3) (2022-08-23)

### Bug Fixes

* type of zscore result should be nullable ([#1639](#1639)) ([a3838ae](a3838ae))
* update to latest profile for Redis Cloud ([#1637](#1637)) ([dccb820](dccb820))
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed Aug 23, 2022
1 parent dccb820 commit 308017a
Show file tree
Hide file tree
Showing 11 changed files with 1,132 additions and 1,124 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [5.2.3](https://github.com/luin/ioredis/compare/v5.2.2...v5.2.3) (2022-08-23)


### Bug Fixes

* type of zscore result should be nullable ([#1639](https://github.com/luin/ioredis/issues/1639)) ([a3838ae](https://github.com/luin/ioredis/commit/a3838ae7598c7d9d3aff688923403f6176d7a393))
* update to latest profile for Redis Cloud ([#1637](https://github.com/luin/ioredis/issues/1637)) ([dccb820](https://github.com/luin/ioredis/commit/dccb8205488d63653e1d157c6e87e28bfcddd3e1))

## [5.2.2](https://github.com/luin/ioredis/compare/v5.2.1...v5.2.2) (2022-07-23)


Expand Down
722 changes: 361 additions & 361 deletions docs/classes/Cluster.html

Large diffs are not rendered by default.

722 changes: 361 additions & 361 deletions 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.

702 changes: 351 additions & 351 deletions docs/interfaces/ChainableCommander.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.

46 changes: 23 additions & 23 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.2.2",
"version": "5.2.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 308017a

Please sign in to comment.