From 18c28a11e23dae90dc8ef7250c4bd5bfae419cba Mon Sep 17 00:00:00 2001 From: janus-dev87 Date: Sat, 30 May 2020 03:04:44 +0000 Subject: [PATCH] chore(release): 4.17.2 [skip ci] ## [4.17.2](https://github.com/luin/ioredis/compare/v4.17.1...v4.17.2) (2020-05-30) ### Bug Fixes * _readyCheck INFO parser's handling of colon characters ([#1127](https://github.com/luin/ioredis/issues/1127)) ([38a09e1](https://github.com/luin/ioredis/commit/38a09e1a06a54b811d839ecc5ff7669663eba619)) --- 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 b593de2..bdcd4fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.17.2](https://github.com/luin/ioredis/compare/v4.17.1...v4.17.2) (2020-05-30) + + +### Bug Fixes + +* _readyCheck INFO parser's handling of colon characters ([#1127](https://github.com/luin/ioredis/issues/1127)) ([38a09e1](https://github.com/luin/ioredis/commit/38a09e1a06a54b811d839ecc5ff7669663eba619)) + ## [4.17.1](https://github.com/luin/ioredis/compare/v4.17.0...v4.17.1) (2020-05-16) diff --git a/package-lock.json b/package-lock.json index 7238677..8ac8e5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.17.1", + "version": "4.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5972ad4..feca6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.17.1", + "version": "4.17.2", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [