Skip to content

Commit

Permalink
chore(release): 5.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.1](v5.3.0...v5.3.1) (2023-02-12)

### Bug Fixes

* Fix commands not resend on reconnect in edge cases ([#1720](#1720)) ([fe52ff1](fe52ff1)), closes [#1718](#1718)
* Fix db parameter not working with auto pipelining ([#1721](#1721)) ([d9b1bf1](d9b1bf1))
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed Feb 12, 2023
1 parent d9b1bf1 commit 92aefaa
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.3.1](https://github.com/luin/ioredis/compare/v5.3.0...v5.3.1) (2023-02-12)


### Bug Fixes

* Fix commands not resend on reconnect in edge cases ([#1720](https://github.com/luin/ioredis/issues/1720)) ([fe52ff1](https://github.com/luin/ioredis/commit/fe52ff1c6f4cb1beb0c9e999299248ba380d5cde)), closes [#1718](https://github.com/luin/ioredis/issues/1718)
* Fix db parameter not working with auto pipelining ([#1721](https://github.com/luin/ioredis/issues/1721)) ([d9b1bf1](https://github.com/luin/ioredis/commit/d9b1bf1a2868344eaff71cc39c790e98043fff53))

# [5.3.0](https://github.com/luin/ioredis/compare/v5.2.6...v5.3.0) (2023-01-25)


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.3.0",
"version": "5.3.1",
"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 92aefaa

Please sign in to comment.