diff --git a/CHANGELOG.md b/CHANGELOG.md index f8eaa7f..4838213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/calebboyd/redis-x-stream/compare/v3.1.2...v3.1.3) (2023-01-06) + + +### Bug Fixes + +* add legacy main field ([8383e0b](https://github.com/calebboyd/redis-x-stream/commit/8383e0b19d764df8acf942cc6115311f352a978a)) + ## [3.1.2](https://github.com/calebboyd/redis-x-stream/compare/v3.1.1...v3.1.2) (2022-11-29) diff --git a/package-lock.json b/package-lock.json index b7f8af5..e2a327d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "redis-x-stream", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "redis-x-stream", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index b0b0412..77ca4c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redis-x-stream", "description": "An async iterable interface for redis streams", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "keywords": [ "queue",