chore: v3.1.11 v3.1.11
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Dec 2023 13:23:33 +0000 (14:23 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Dec 2023 13:23:33 +0000 (14:23 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 0511b41987444533fc61ab93fcfdc0f8be7afa17..f14840c84016eb7dbae7017e5835591c66254b6b 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.11] - 2023-12-24
+
 ### Fixed
 
 - Avoid worker node cross tasks stealing.
index 99b71c59073e71060a9d186ecad19114cb8c15eb..7b90303201b5fc9ece57f399649c1448d4a1ae49 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.10",
+  "version": "3.1.11",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 0341be7e7e76406a98995cd451f8b63656caa6b0..2aea3bf75e5157b34f2b9a2706d8b5007ec58ad9 100644 (file)
@@ -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.10
+sonar.projectVersion=3.1.11
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index cfb751f91dd7720a5ac049140095e8b87ef8f576..5e93c638995ce3b5b6acea1ecc9fdb006eed0a54 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.10'
+export const version = '3.1.11'