From 72f31b265085c40e496813ff68c15ad14e512739 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 06:43:14 +0000 Subject: [PATCH] chore(release): 4.27.10 [skip ci] ## [4.27.10](https://github.com/luin/ioredis/compare/v4.27.9...v4.27.10) (2021-10-04) ### Bug Fixes * **cluster:** lazyConnect with pipeline ([#1408](https://github.com/luin/ioredis/issues/1408)) ([b798107](https://github.com/luin/ioredis/commit/b798107e4123d0027ef1bdb3319cd00516221f3b)) --- 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 990faf05..3e8bc434 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.27.10](https://github.com/luin/ioredis/compare/v4.27.9...v4.27.10) (2021-10-04) + + +### Bug Fixes + +* **cluster:** lazyConnect with pipeline ([#1408](https://github.com/luin/ioredis/issues/1408)) ([b798107](https://github.com/luin/ioredis/commit/b798107e4123d0027ef1bdb3319cd00516221f3b)) + ## [4.27.9](https://github.com/luin/ioredis/compare/v4.27.8...v4.27.9) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index 46033a4a..23b374b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.27.9", + "version": "4.27.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6640a6ad..06ef5034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.27.9", + "version": "4.27.10", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [