Skip to content

Commit

Permalink
chore(release): 4.16.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.16.1](v4.16.0...v4.16.1) (2020-03-28)

### Bug Fixes

* abort incomplete pipelines upon reconnect ([#1084](#1084)) ([0013991](0013991)), closes [#965](#965)
  • Loading branch information
semantic-release-bot committed Mar 28, 2020
1 parent 0013991 commit 0b4826f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -1,3 +1,10 @@
## [4.16.1](https://github.com/luin/ioredis/compare/v4.16.0...v4.16.1) (2020-03-28)


### Bug Fixes

* abort incomplete pipelines upon reconnect ([#1084](https://github.com/luin/ioredis/issues/1084)) ([0013991](https://github.com/luin/ioredis/commit/0013991b7fbf239ffd74311266bb9e63e22b46cb)), closes [#965](https://github.com/luin/ioredis/issues/965)

# [4.16.0](https://github.com/luin/ioredis/compare/v4.15.1...v4.16.0) (2020-02-19)


Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.16.0",
"version": "4.16.1",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 0b4826f

Please sign in to comment.