Skip to content

Commit

Permalink
chore(release): 4.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.14.1](v4.14.0...v4.14.1) (2019-08-27)

### Bug Fixes

* don’t clobber passed-in tls options with rediss:/ URLs ([#949](#949)) ([ceefcfa](ceefcfa)), closes [#942](#942) [#940](#940) [#950](#950) [#948](#948)
  • Loading branch information
semantic-release-bot committed Aug 27, 2019
1 parent ceefcfa commit 1baff47
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.14.1](https://github.com/luin/ioredis/compare/v4.14.0...v4.14.1) (2019-08-27)


### Bug Fixes

* don’t clobber passed-in tls options with rediss:/ URLs ([#949](https://github.com/luin/ioredis/issues/949)) ([ceefcfa](https://github.com/luin/ioredis/commit/ceefcfa)), closes [#942](https://github.com/luin/ioredis/issues/942) [#940](https://github.com/luin/ioredis/issues/940) [#950](https://github.com/luin/ioredis/issues/950) [#948](https://github.com/luin/ioredis/issues/948)

# [4.14.0](https://github.com/luin/ioredis/compare/v4.13.1...v4.14.0) (2019-07-31)


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.14.0",
"version": "4.14.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 1baff47

Please sign in to comment.