diff --git a/CHANGELOG.md b/CHANGELOG.md index bf77997a..ab78aed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7.0](https://github.com/stipsan/ioredis-mock/compare/v8.6.0...v8.7.0) (2023-04-18) + +### Features + +- add basic pubsub ([#1277](https://github.com/stipsan/ioredis-mock/issues/1277)) ([a85bf54](https://github.com/stipsan/ioredis-mock/commit/a85bf5449a7ff38301293e356a727784e0307e4b)) + +### Bug Fixes + +- **deps:** update redis docker tag to v7.0.11 ([#1279](https://github.com/stipsan/ioredis-mock/issues/1279)) ([59ab56d](https://github.com/stipsan/ioredis-mock/commit/59ab56df9222bd9f7a5e310a7036dcd3dcd62374)) + ## [8.6.0](https://github.com/stipsan/ioredis-mock/compare/v8.5.0...v8.6.0) (2023-04-11) ### Features diff --git a/package-lock.json b/package-lock.json index 9db73809..635095c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ioredis-mock", - "version": "8.6.0", + "version": "8.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ioredis-mock", - "version": "8.6.0", + "version": "8.7.0", "license": "MIT", "dependencies": { "@ioredis/as-callback": "^3.0.0", diff --git a/package.json b/package.json index 7b3261fb..d50b4d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis-mock", - "version": "8.6.0", + "version": "8.7.0", "description": "This library emulates ioredis by performing all operations in-memory.", "keywords": [ "fakeredis",