From: Jérôme Benoit Date: Wed, 27 Dec 2023 14:54:10 +0000 (+0100) Subject: chore: v3.1.12-0 X-Git-Tag: v3.1.12-0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e254f4275039e82b3cfe6fe5d4e060ad53e6b9a3;hp=09551c27b5de7e101ff6a3b68fd752a27eaa8cdf;p=poolifier.git chore: v3.1.12-0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9444be7a..18ac1504 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.1.12-0] - 2023-12-27 + ### Fixed - Fix tasks redistribution triggers at pool destroying. diff --git a/package.json b/package.json index 6bdd1610..0d7c81a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.11", + "version": "3.1.12-0", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", diff --git a/sonar-project.properties b/sonar-project.properties index b93486af..23889efc 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=poolifier sonar.javascript.exclusions=lib/**/*.mjs sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.1.11 +sonar.projectVersion=3.1.12-0 sonar.host.url=https://sonarcloud.io #sonar.sources=src sonar.sources=lib diff --git a/src/pools/version.ts b/src/pools/version.ts index 5e93c638..b6e85f00 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.11' +export const version = '3.1.12-0'