Skip to content

Commit

Permalink
chore(release): 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.2...v5.5.0) (2025-02-07)

### Features

* Add ability for nat mapping through function ([#1948](#1948)) ([3a04bee](3a04bee))
* **HscanStream:** adding NOVALUES option ([#1943](#1943)) ([2f9843d](2f9843d))
  • Loading branch information
ioredis-robot authored and semantic-release-bot committed Feb 7, 2025
1 parent 3a04bee commit 49d1cf0
Show file tree
Hide file tree
Showing 13 changed files with 1,134 additions and 1,127 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.5.0](https://github.com/luin/ioredis/compare/v5.4.2...v5.5.0) (2025-02-07)


### Features

* Add ability for nat mapping through function ([#1948](https://github.com/luin/ioredis/issues/1948)) ([3a04bee](https://github.com/luin/ioredis/commit/3a04bee10995832303916fe8c7854eb6f3dcb65d))
* **HscanStream:** adding NOVALUES option ([#1943](https://github.com/luin/ioredis/issues/1943)) ([2f9843d](https://github.com/luin/ioredis/commit/2f9843ddfa8d46cbee6c858fefbf9c2cd3852503))

## [5.4.2](https://github.com/luin/ioredis/compare/v5.4.1...v5.4.2) (2024-12-20)


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

Large diffs are not rendered by default.

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.

48 changes: 24 additions & 24 deletions docs/interfaces/CommonRedisOptions.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/interfaces/NatMap.html

This file was deleted.

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "5.4.2",
"version": "5.5.0",
"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 49d1cf0

Please sign in to comment.