From c14cb6c2a96f2256889da8265e6e6b49d8fd8c3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Mar 2021 17:46:05 +0000 Subject: [PATCH] chore(release): 4.24.3 [skip ci] ## [4.24.3](https://github.com/luin/ioredis/compare/v4.24.2...v4.24.3) (2021-03-21) ### Bug Fixes * support parallel script execution in pipelines ([#1304](https://github.com/luin/ioredis/issues/1304)) ([c917719](https://github.com/luin/ioredis/commit/c91771997e5e3a0196d380522b4750de9e84cc9b)) --- 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 d0f4d3c9..7eb08678 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.24.3](https://github.com/luin/ioredis/compare/v4.24.2...v4.24.3) (2021-03-21) + + +### Bug Fixes + +* support parallel script execution in pipelines ([#1304](https://github.com/luin/ioredis/issues/1304)) ([c917719](https://github.com/luin/ioredis/commit/c91771997e5e3a0196d380522b4750de9e84cc9b)) + ## [4.24.2](https://github.com/luin/ioredis/compare/v4.24.1...v4.24.2) (2021-03-14) diff --git a/package-lock.json b/package-lock.json index c66d9923..4562607d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.24.2", + "version": "4.24.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72446134..c3da30fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.24.2", + "version": "4.24.3", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [