Skip to content

Commit 0546038

Browse files
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-01-03) ### Bug Fixes * add commonjs indicator to commonjs build ([4bda077](4bda077)) * release config ([fb3bfff](fb3bfff)) * set max-parallel on actions ([17eae11](17eae11)) * set module type in package.json ([587fc40](587fc40)) * update deps ([311d36d](311d36d)) * update deps ([3fc61b5](3fc61b5)) * use js extension for esm compat ([a11a4a8](a11a4a8)) ### Features * pipelining redis commands ([c7486a5](c7486a5)) * xreadgroup entries ([383d836](383d836))
1 parent 8c9729d commit 0546038

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# 1.0.0 (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* add commonjs indicator to commonjs build ([4bda077](https://github.com/calebboyd/redis-x-stream/commit/4bda0773c41c2e1420adce67df32bb1c4af7ec16))
12+
* release config ([fb3bfff](https://github.com/calebboyd/redis-x-stream/commit/fb3bfffa1555f0ce045e00287456da8bb2fad4e8))
13+
* set max-parallel on actions ([17eae11](https://github.com/calebboyd/redis-x-stream/commit/17eae113161509e120f8a9881132a9bc8e879467))
14+
* set module type in package.json ([587fc40](https://github.com/calebboyd/redis-x-stream/commit/587fc402669438401a756cea75046f6c112ebe55))
15+
* update deps ([311d36d](https://github.com/calebboyd/redis-x-stream/commit/311d36da932be38f85045923fad43dc46c647cd0))
16+
* update deps ([3fc61b5](https://github.com/calebboyd/redis-x-stream/commit/3fc61b5da6d369c807e29b810f869b8391beceba))
17+
* use js extension for esm compat ([a11a4a8](https://github.com/calebboyd/redis-x-stream/commit/a11a4a824b35c48eebed33c6c037ab541cb38b6a))
18+
19+
20+
### Features
21+
22+
* pipelining redis commands ([c7486a5](https://github.com/calebboyd/redis-x-stream/commit/c7486a510e07b6606388c25fd6ec549d18c6e179))
23+
* xreadgroup entries ([383d836](https://github.com/calebboyd/redis-x-stream/commit/383d8363cca19f42e96364f60142b1cce57f405b))
24+
625
# 1.0.0 (2020-12-30)
726

827

0 commit comments

Comments
 (0)