From: Jérôme Benoit Date: Sun, 17 Dec 2023 19:37:40 +0000 (+0100) Subject: chore: v3.1.2 X-Git-Tag: v3.1.2^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c61772e59671ed89bbce316a8f46004fe7283000;p=poolifier.git chore: v3.1.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 642e0d52..8e2d5edb 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.2] - 2023-12-17 + ### Fixed - Wait for queued tasks to end at worker termination. diff --git a/package.json b/package.json index 16e74292..24c922e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.1", + "version": "3.1.2", "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 eb2a484d..079821f4 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.1.1 +sonar.projectVersion=3.1.2 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 af54f204..fba829ba 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.1' +export const version = '3.1.2'