diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfd9bc..b3b92b4 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.1](https://github.com/calebboyd/redis-x-stream/compare/v3.1.0...v3.1.1) (2022-11-26) + + +### Bug Fixes + +* **docs:** correct badge links ([92326e5](https://github.com/calebboyd/redis-x-stream/commit/92326e54cf600dba6287117a1c547c6227c6bed1)) + # [3.1.0](https://github.com/calebboyd/redis-x-stream/compare/v3.0.0...v3.1.0) (2022-11-26) diff --git a/package-lock.json b/package-lock.json index c727fc7..0bc5342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "redis-x-stream", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "redis-x-stream", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index dbecf62..2d8301c 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.0", + "version": "3.1.1", "license": "MIT", "keywords": [ "queue",