Skip to content

Commit

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

## [8.8.2](https://github.com/stipsan/ioredis-mock/compare/v8.8.1...v8.8.2) (2023-08-13)

### Bug Fixes

- make `hscan` return flat list of entries ([#1300](https://github.com/stipsan/ioredis-mock/issues/1300)) ([6f440f0](https://github.com/stipsan/ioredis-mock/commit/6f440f0cef54e7e3f36e0e76e8d187dbb0e3ab52))
- Make unsupported commands writable ([#1301](https://github.com/stipsan/ioredis-mock/issues/1301)) ([eb043e3](https://github.com/stipsan/ioredis-mock/commit/eb043e30184fff8d3483d858ffa6af5f597cbb02))

## [8.8.1](https://github.com/stipsan/ioredis-mock/compare/v8.8.0...v8.8.1) (2023-07-14)

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

0 comments on commit edeb8fc

Please sign in to comment.