Skip to content

Commit

Permalink
chore(release): 5.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.5](v5.0.4...v5.0.5) (2022-05-17)

### Bug Fixes

* improve typing for redis.multi ([#1580](#1580)) ([f9f875b](f9f875b))
* send correct command during auto-pipelining of .call() operations ([#1579](#1579)) ([e41c3dc](e41c3dc))
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed May 17, 2022
1 parent e41c3dc commit 91ed2d8
Show file tree
Hide file tree
Showing 11 changed files with 1,125 additions and 1,117 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [5.0.5](https://github.com/luin/ioredis/compare/v5.0.4...v5.0.5) (2022-05-17)


### Bug Fixes

* improve typing for redis.multi ([#1580](https://github.com/luin/ioredis/issues/1580)) ([f9f875b](https://github.com/luin/ioredis/commit/f9f875b1972dd2eb87ee6a5011f8f6d7abc7cf75))
* send correct command during auto-pipelining of .call() operations ([#1579](https://github.com/luin/ioredis/issues/1579)) ([e41c3dc](https://github.com/luin/ioredis/commit/e41c3dc880906e8aad73332837bf233f65d12e67))

## [5.0.4](https://github.com/luin/ioredis/compare/v5.0.3...v5.0.4) (2022-04-09)


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

Large diffs are not rendered by default.

716 changes: 358 additions & 358 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.

698 changes: 349 additions & 349 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.0.4",
"version": "5.0.5",
"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 91ed2d8

Please sign in to comment.