From: Jérôme Benoit Date: Fri, 24 Nov 2023 21:11:39 +0000 (+0100) Subject: chore: v3.0.7 X-Git-Tag: v3.0.7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=67e0a23be9e676c32a524fe5d6b123e9a15052ed;p=poolifier.git chore: v3.0.7 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8afbdaa1..49935144 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] +## [3.0.7] - 2023-11-24 + ### Changed - Make continuous tasks stealing start at worker node idling. diff --git a/package.json b/package.json index 9084d95f..0a84229a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.6", + "version": "3.0.7", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 34309698..d3e3c2de 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier sonar.organization=poolifier sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.0.6 +sonar.projectVersion=3.0.7 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests diff --git a/src/pools/version.ts b/src/pools/version.ts index 61159c21..ac34b29f 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.0.6' +export const version = '3.0.7'