Skip to content

Commit 895424b

Browse files
committed
chore(release): 3.1.4 [skip ci]
## [3.1.4](v3.1.3...v3.1.4) (2023-01-06) ### Bug Fixes * remove node condition from exports ([e9eea3b](e9eea3b))
1 parent e9eea3b commit 895424b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
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.4](https://github.com/calebboyd/redis-x-stream/compare/v3.1.3...v3.1.4) (2023-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* remove node condition from exports ([e9eea3b](https://github.com/calebboyd/redis-x-stream/commit/e9eea3b38129c316485cdc1ec725d6895c2aa644))
12+
613
## [3.1.3](https://github.com/calebboyd/redis-x-stream/compare/v3.1.2...v3.1.3) (2023-01-06)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redis-x-stream",
33
"description": "An async iterable interface for redis streams",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"license": "MIT",
66
"keywords": [
77
"queue",

0 commit comments

Comments
 (0)