Skip to content

Commit

Permalink
chore(release): 4.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.17.1](redis/ioredis@v4.17.0...v4.17.1) (2020-05-16)

### Bug Fixes

* revert parsing username via URI due to potential breaking changes ([#1134](redis/ioredis#1134)) ([225ef45](redis/ioredis@225ef45))
  • Loading branch information
janus-dev87 committed May 16, 2020
1 parent 3666e06 commit 000cbe3
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.17.1](https://github.com/luin/ioredis/compare/v4.17.0...v4.17.1) (2020-05-16)


### Bug Fixes

* revert parsing username via URI due to potential breaking changes ([#1134](https://github.com/luin/ioredis/issues/1134)) ([225ef45](https://github.com/luin/ioredis/commit/225ef450e320678c0c553c37e2f49b7727d5c573))

# [4.17.0](https://github.com/luin/ioredis/compare/v4.16.3...v4.17.0) (2020-05-16)


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.17.0",
"version": "4.17.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 000cbe3

Please sign in to comment.