Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 6263d63 commit fa27101
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.3.0](https://github.com/stipsan/ioredis-mock/compare/v8.2.7...v8.3.0) (2023-03-28)

### Features

- implement nodes method in cluster mock ([#1260](https://github.com/stipsan/ioredis-mock/issues/1260)) ([7224f09](https://github.com/stipsan/ioredis-mock/commit/7224f09c2a81f77ee0c133029b7a7c331d775788))

### Bug Fixes

- change clusterNodes back to nodes ([#1263](https://github.com/stipsan/ioredis-mock/issues/1263)) ([6263d63](https://github.com/stipsan/ioredis-mock/commit/6263d632cfcaf96b57478d0ecc9be502e2b8f06c))

## [8.2.7](https://github.com/stipsan/ioredis-mock/compare/v8.2.6...v8.2.7) (2023-03-22)

### Bug Fixes
Expand Down
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-mock",
"version": "8.2.7",
"version": "8.3.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"keywords": [
"fakeredis",
Expand Down

0 comments on commit fa27101

Please sign in to comment.