Skip to content

Commit

Permalink
chore(release): 4.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.19.0](v4.18.0...v4.19.0) (2020-10-23)

### Bug Fixes

* Ensure delayed callbacks are always invoked. ([d6e78c3](d6e78c3))

### Features

* Add autopipeline for commands and allow multi slot pipelines. ([aba3c74](aba3c74)), closes [#536](#536)
  • Loading branch information
semantic-release-bot committed Oct 23, 2020
1 parent 279f67e commit 5497b09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.19.0](https://github.com/luin/ioredis/compare/v4.18.0...v4.19.0) (2020-10-23)


### Bug Fixes

* Ensure delayed callbacks are always invoked. ([d6e78c3](https://github.com/luin/ioredis/commit/d6e78c306c8150c58277d60e51edac55a55523c2))


### Features

* Add autopipeline for commands and allow multi slot pipelines. ([aba3c74](https://github.com/luin/ioredis/commit/aba3c743c230ea6d10e6f3779214f34ebd9ae7ae)), closes [#536](https://github.com/luin/ioredis/issues/536)

# [4.18.0](https://github.com/luin/ioredis/compare/v4.17.3...v4.18.0) (2020-07-25)


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

0 comments on commit 5497b09

Please sign in to comment.