From 53ef209e95777b0413ab49359881284983434b01 Mon Sep 17 00:00:00 2001 From: janus-dev87 Date: Wed, 25 Dec 2019 04:13:25 +0000 Subject: [PATCH] chore(release): 4.15.1 [skip ci] ## [4.15.1](https://github.com/luin/ioredis/compare/v4.15.0...v4.15.1) (2019-12-25) ### Bug Fixes * ignore empty hosts returned by CLUSTER SLOTS ([#1025](https://github.com/luin/ioredis/issues/1025)) ([d79a8ef](https://github.com/luin/ioredis/commit/d79a8ef40f5670af6962b598752dc5a7aa96722c)) * prevent exception when send custom command ([04cad7f](https://github.com/luin/ioredis/commit/04cad7fbf2db5e14a478e2eb1dc825346abe41dd)) --- Changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index fc2dc9e..39fbfe4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## [4.15.1](https://github.com/luin/ioredis/compare/v4.15.0...v4.15.1) (2019-12-25) + + +### Bug Fixes + +* ignore empty hosts returned by CLUSTER SLOTS ([#1025](https://github.com/luin/ioredis/issues/1025)) ([d79a8ef](https://github.com/luin/ioredis/commit/d79a8ef40f5670af6962b598752dc5a7aa96722c)) +* prevent exception when send custom command ([04cad7f](https://github.com/luin/ioredis/commit/04cad7fbf2db5e14a478e2eb1dc825346abe41dd)) + # [4.15.0](https://github.com/luin/ioredis/compare/v4.14.4...v4.15.0) (2019-11-29) diff --git a/package-lock.json b/package-lock.json index b79dbb9..4b57c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.15.0", + "version": "4.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af703b6..367d568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.15.0", + "version": "4.15.1", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [