Skip to content

Commit

Permalink
chore(release): 8.4.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 9589e12 commit dd89823
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- add `expiretime` command ([e62202d](https://github.com/stipsan/ioredis-mock/commit/e62202d8c0f83b8a833c9cfe0026e69cfc5411c5))
- add `pexpiretime` command ([fe783a2](https://github.com/stipsan/ioredis-mock/commit/fe783a27883fb90f65546b25ee636085507e1792))

### Bug Fixes

- **set:** support optional "GET" parameter ([#1264](https://github.com/stipsan/ioredis-mock/issues/1264)) ([f8b6671](https://github.com/stipsan/ioredis-mock/commit/f8b66712379ca2f64d1310fa98b3db22775002df))

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

### 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "8.3.0",
"version": "8.4.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"keywords": [
"fakeredis",
Expand Down

0 comments on commit dd89823

Please sign in to comment.