Skip to content

Commit 65e2010

Browse files
committed
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-01-03) ### Features * minor bump ([0a2a328](0a2a328))
1 parent 0a2a328 commit 65e2010

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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+
# [1.1.0](https://github.com/calebboyd/redis-x-stream/compare/v1.0.0...v1.1.0) (2021-01-03)
7+
8+
9+
### Features
10+
11+
* minor bump ([0a2a328](https://github.com/calebboyd/redis-x-stream/commit/0a2a32887fe9e4f8240acc4fe7a06bfdb8b2f4be))
12+
613
# 1.0.0 (2021-01-03)
714

815

@@ -21,4 +28,3 @@ All notable changes to this project will be documented in this file. See
2128

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.0",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"main": "./lib/commonjs/stream.js",
66
"exports": {

0 commit comments

Comments
 (0)