From 9bda5931334d77e91d6b09f5a6223bdfadd7220f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Nov 2019 17:32:57 +0000 Subject: [PATCH] chore(release): 4.14.4 [skip ci] ## [4.14.4](https://github.com/luin/ioredis/compare/v4.14.3...v4.14.4) (2019-11-22) ### Bug Fixes * improved performance of Pipeline.exec ([#991](https://github.com/luin/ioredis/issues/991)) ([86470a8](https://github.com/luin/ioredis/commit/86470a8912bff3907ab80e1b404dfcfa4fc7f24a)) --- 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 f18611b9..b44f493f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.14.4](https://github.com/luin/ioredis/compare/v4.14.3...v4.14.4) (2019-11-22) + + +### Bug Fixes + +* improved performance of Pipeline.exec ([#991](https://github.com/luin/ioredis/issues/991)) ([86470a8](https://github.com/luin/ioredis/commit/86470a8912bff3907ab80e1b404dfcfa4fc7f24a)) + ## [4.14.3](https://github.com/luin/ioredis/compare/v4.14.2...v4.14.3) (2019-11-07) diff --git a/package-lock.json b/package-lock.json index e173d34b..8c918d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.3", + "version": "4.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6f771cb..7778f513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.3", + "version": "4.14.4", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [