Skip to content

Commit d84497b

Browse files
committed
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2022-11-26) ### Features * support addStream and drain during iteration ([e9d3c18](e9d3c18))
1 parent 45b1504 commit d84497b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/calebboyd/redis-x-stream/compare/v3.0.0...v3.1.0) (2022-11-26)
7+
8+
9+
### Features
10+
11+
* support addStream and drain during iteration ([e9d3c18](https://github.com/calebboyd/redis-x-stream/commit/e9d3c1832e8ee90966e7f98d3f6c68bbdd9d8859))
12+
613
# [3.0.0](https://github.com/calebboyd/redis-x-stream/compare/v2.1.0...v3.0.0) (2022-11-20)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-x-stream",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"main": "./lib/commonjs/stream.js",
66
"exports": {

0 commit comments

Comments
 (0)