Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2018-10-17)

### Features

* support customize dns lookup function ([#723](#723)) ([b9c4793](b9c4793)), closes [redis/redis#2410](redis/redis#2410)
  • Loading branch information
semantic-release-bot committed Oct 17, 2018
1 parent b9c4793 commit b46016a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.2.0](/~https://github.com/luin/ioredis/compare/v4.1.0...v4.2.0) (2018-10-17)


### Features

* support customize dns lookup function ([#723](/~https://github.com/luin/ioredis/issues/723)) ([b9c4793](/~https://github.com/luin/ioredis/commit/b9c4793)), closes [antirez/redis#2410](/~https://github.com/antirez/redis/issues/2410)

<a name="4.1.0"></a>
# [4.1.0](/~https://github.com/luin/ioredis/compare/v4.0.0...v4.1.0) (2018-10-15)

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.1.0",
"version": "4.2.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 b46016a

Please sign in to comment.