Skip to content

Commit

Permalink
chore(release): 4.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.1](v4.12.0...v4.12.1) (2019-07-15)

### Bug Fixes

* handle connecting immediately after "end" event ([#929](#929)) ([7bcd8a8](7bcd8a8)), closes [#928](#928)
  • Loading branch information
semantic-release-bot committed Jul 15, 2019
1 parent 7bcd8a8 commit 6b67c3f
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.12.1](https://github.com/luin/ioredis/compare/v4.12.0...v4.12.1) (2019-07-15)


### Bug Fixes

* handle connecting immediately after "end" event ([#929](https://github.com/luin/ioredis/issues/929)) ([7bcd8a8](https://github.com/luin/ioredis/commit/7bcd8a8)), closes [#928](https://github.com/luin/ioredis/issues/928)

# [4.12.0](https://github.com/luin/ioredis/compare/v4.11.2...v4.12.0) (2019-07-14)


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.12.0",
"version": "4.12.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 6b67c3f

Please sign in to comment.