From c7d80a7c1bf08b614d00bce17d5689f665e08aa9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Jan 2021 07:39:18 +0000 Subject: [PATCH] chore(release): 4.19.5 [skip ci] ## [4.19.5](https://github.com/luin/ioredis/compare/v4.19.4...v4.19.5) (2021-01-14) ### Bug Fixes * password contains colons ([#1274](https://github.com/luin/ioredis/issues/1274)) ([37c6daf](https://github.com/luin/ioredis/commit/37c6dafafd51d817a3dfe4b4ca722fb709a209e7)) --- Changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index cacad319..771d2b39 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.19.5](https://github.com/luin/ioredis/compare/v4.19.4...v4.19.5) (2021-01-14) + + +### Bug Fixes + +* password contains colons ([#1274](https://github.com/luin/ioredis/issues/1274)) ([37c6daf](https://github.com/luin/ioredis/commit/37c6dafafd51d817a3dfe4b4ca722fb709a209e7)) + ## [4.19.4](https://github.com/luin/ioredis/compare/v4.19.3...v4.19.4) (2020-12-13) diff --git a/package-lock.json b/package-lock.json index b23fe460..0bc2075f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.19.4", + "version": "4.19.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec3548c4..e37ce031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.19.4", + "version": "4.19.5", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [