Skip to content

Commit

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

## [8.9.0](https://github.com/stipsan/ioredis-mock/compare/v8.8.3...v8.9.0) (2023-09-29)

### Features

- add zdiff ([#1312](https://github.com/stipsan/ioredis-mock/issues/1312)) ([49a3b11](https://github.com/stipsan/ioredis-mock/commit/49a3b11ffa187012e3fc18cdf181a07cbf9ccdbc))

### Bug Fixes

- **deps:** update redis docker tag to v7.2.0 ([#1308](https://github.com/stipsan/ioredis-mock/issues/1308)) ([a5a9914](https://github.com/stipsan/ioredis-mock/commit/a5a9914fab5230e85ad72fcc52348ca41928c869))
- **deps:** update redis docker tag to v7.2.1 ([#1317](https://github.com/stipsan/ioredis-mock/issues/1317)) ([06e2968](https://github.com/stipsan/ioredis-mock/commit/06e296866f2e8f1803dbf9b2a8c66bd88f08462b))
- rpoplpush should rotate the list when source and destintation are the same ([#1321](https://github.com/stipsan/ioredis-mock/issues/1321)) ([897af68](https://github.com/stipsan/ioredis-mock/commit/897af68d44cffa4c3ed43ed02f15ff1c2365fb6a))
- xread fixes ([#1318](https://github.com/stipsan/ioredis-mock/issues/1318)) ([3978302](https://github.com/stipsan/ioredis-mock/commit/3978302806c7b6f1a962038011c94f8496cc15f5))

## [8.8.3](https://github.com/stipsan/ioredis-mock/compare/v8.8.2...v8.8.3) (2023-08-15)

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

0 comments on commit 6a58955

Please sign in to comment.