Skip to content

Commit

Permalink
chore(release): 4.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.16.2](v4.16.1...v4.16.2) (2020-04-11)

### Bug Fixes

* dismiss security alerts for dev dependencies [skip release] ([758b3f2](758b3f2))
* handle connection after connect event was emitted ([#1095](#1095)) ([16a0610](16a0610)), closes [#977](#977)
  • Loading branch information
semantic-release-bot committed Apr 11, 2020
1 parent 16a0610 commit 5593aa8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,3 +1,11 @@
## [4.16.2](https://github.com/luin/ioredis/compare/v4.16.1...v4.16.2) (2020-04-11)


### Bug Fixes

* dismiss security alerts for dev dependencies [skip release] ([758b3f2](https://github.com/luin/ioredis/commit/758b3f29036c7830e963ac3d34d3ce9cc7c4cb52))
* handle connection after connect event was emitted ([#1095](https://github.com/luin/ioredis/issues/1095)) ([16a0610](https://github.com/luin/ioredis/commit/16a06102fa4fa537be926b7e68601c777f0c64b5)), closes [#977](https://github.com/luin/ioredis/issues/977)

## [4.16.1](https://github.com/luin/ioredis/compare/v4.16.0...v4.16.1) (2020-03-28)


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.1",
"version": "4.16.2",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 5593aa8

Please sign in to comment.