Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-01-03)

### Features

* minor bump ([0a2a328](0a2a328))
  • Loading branch information
calebboyd committed Jan 3, 2021
1 parent 0a2a328 commit 65e2010
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/calebboyd/redis-x-stream/compare/v1.0.0...v1.1.0) (2021-01-03)


### Features

* minor bump ([0a2a328](https://github.com/calebboyd/redis-x-stream/commit/0a2a32887fe9e4f8240acc4fe7a06bfdb8b2f4be))

# 1.0.0 (2021-01-03)


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

* 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))

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-x-stream",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "./lib/commonjs/stream.js",
"exports": {
Expand Down

0 comments on commit 65e2010

Please sign in to comment.