diff --git a/Changelog.md b/Changelog.md index fc2dc9ef..39fbfe4e 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 b79dbb98..4b57c71b 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 af703b6d..367d5685 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": [