From 42c7bc10ed748b1231d5def4becd8af9738d0be4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 10 Apr 2023 11:58:43 +0200 Subject: [PATCH] chore: v2.4.6 --- CHANGELOG.md | 2 ++ package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c65d78e..3af71d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.6] - 2023-04-10 + ### Fixed - Ensure one task at a time is executed per worker with tasks queueing enabled. diff --git a/package.json b/package.json index f7a59f55..618c9b23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.5", + "version": "2.4.6", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 723d4e62..498e8552 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier sonar.organization=pioardi sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=2.4.5 +sonar.projectVersion=2.4.6 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests -- 2.34.1