Skip to content

Commit

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

### Bug Fixes

* Add back Pipeline#length ([#1585](#1585)) ([63b2ee4](63b2ee4)), closes [#1584](#1584)
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed May 31, 2022
1 parent 63b2ee4 commit 550fe1f
Show file tree
Hide file tree
Showing 12 changed files with 1,125 additions and 1,118 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [5.0.6](https://github.com/luin/ioredis/compare/v5.0.5...v5.0.6) (2022-05-31)


### Bug Fixes

* Add back Pipeline#length ([#1585](https://github.com/luin/ioredis/issues/1585)) ([63b2ee4](https://github.com/luin/ioredis/commit/63b2ee49c52c8cee326d30f62bc29c64f3ec28b3)), closes [#1584](https://github.com/luin/ioredis/issues/1584)

## [5.0.5](https://github.com/luin/ioredis/compare/v5.0.4...v5.0.5) (2022-05-17)


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.

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.5",
"version": "5.0.6",
"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 550fe1f

Please sign in to comment.