Skip to content

Commit

Permalink
chore(release): 8.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 11, 2023
1 parent fd9d05e commit f08d264
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
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.6.0](https://github.com/stipsan/ioredis-mock/compare/v8.5.0...v8.6.0) (2023-04-11)

### Features

- zrangebylex and zrevrangebylex ([#1269](https://github.com/stipsan/ioredis-mock/issues/1269)) ([08d6c98](https://github.com/stipsan/ioredis-mock/commit/08d6c985700dfcf9249b36e9ec835d648e71bb98))

### Bug Fixes

- sorted lists should throw WRONGTYPE instead of returning empty arrays ([b46b9b8](https://github.com/stipsan/ioredis-mock/commit/b46b9b83ce5af5a1c7756337b43f33f8a58808ed))

## [8.5.0](https://github.com/stipsan/ioredis-mock/compare/v8.4.0...v8.5.0) (2023-04-08)

### Features
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
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "8.5.0",
"version": "8.6.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"keywords": [
"fakeredis",
Expand Down

0 comments on commit f08d264

Please sign in to comment.