Skip to content

Commit b124e3d

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.1...v2.0.0) (2022-10-30) ### Features * update ioredis ([16b86f7](16b86f7)) ### BREAKING CHANGES * update ioredis to 5x, and drop node < 14
1 parent 16b86f7 commit b124e3d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.0.0](https://github.com/calebboyd/redis-x-stream/compare/v1.4.1...v2.0.0) (2022-10-30)
7+
8+
9+
### Features
10+
11+
* update ioredis ([16b86f7](https://github.com/calebboyd/redis-x-stream/commit/16b86f7e2b716dbd77b95f5fd974a85971c80d77))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* update ioredis to 5x, and drop node < 14
17+
618
## [1.4.1](https://github.com/calebboyd/redis-x-stream/compare/v1.4.0...v1.4.1) (2022-10-30)
719

820

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": "1.4.1",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"main": "./lib/commonjs/stream.js",
66
"exports": {

0 commit comments

Comments
 (0)