Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
calebboyd committed Jan 3, 2021
1 parent 8c9729d commit 0546038
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2021-01-03)


### Bug Fixes

* add commonjs indicator to commonjs build ([4bda077](https://github.com/calebboyd/redis-x-stream/commit/4bda0773c41c2e1420adce67df32bb1c4af7ec16))
* release config ([fb3bfff](https://github.com/calebboyd/redis-x-stream/commit/fb3bfffa1555f0ce045e00287456da8bb2fad4e8))
* set max-parallel on actions ([17eae11](https://github.com/calebboyd/redis-x-stream/commit/17eae113161509e120f8a9881132a9bc8e879467))
* set module type in package.json ([587fc40](https://github.com/calebboyd/redis-x-stream/commit/587fc402669438401a756cea75046f6c112ebe55))
* update deps ([311d36d](https://github.com/calebboyd/redis-x-stream/commit/311d36da932be38f85045923fad43dc46c647cd0))
* update deps ([3fc61b5](https://github.com/calebboyd/redis-x-stream/commit/3fc61b5da6d369c807e29b810f869b8391beceba))
* use js extension for esm compat ([a11a4a8](https://github.com/calebboyd/redis-x-stream/commit/a11a4a824b35c48eebed33c6c037ab541cb38b6a))


### Features

* pipelining redis commands ([c7486a5](https://github.com/calebboyd/redis-x-stream/commit/c7486a510e07b6606388c25fd6ec549d18c6e179))
* xreadgroup entries ([383d836](https://github.com/calebboyd/redis-x-stream/commit/383d8363cca19f42e96364f60142b1cce57f405b))

# 1.0.0 (2020-12-30)


Expand Down

0 comments on commit 0546038

Please sign in to comment.