chore: v3.0.10 v3.0.10
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Dec 2023 15:27:33 +0000 (16:27 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Dec 2023 15:27:33 +0000 (16:27 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 41e0f41199c0fbe53710afa116617f6059712ab8..e0f4d00eff14db593d39c04e8f985e3e7a6c2c48 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.10] - 2023-12-08
+
 ### Changed
 
 - Add a fastpath when tasks stealing or redistribution is impossible
index 9ff73802e3912cb8954f46eec852481cbf8aed8e..e5bdfaf7f9f2eb8fa262a5d7ab40c7bbf0f78559 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.9",
+  "version": "3.0.10",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index da87df35db42d8bc6b0b14a4a3a647408423b63f..1c167aeb41cca7e5c685d8d7b930e14b3d1ce85a 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.0.9
+sonar.projectVersion=3.0.10
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 63705fc8ad531fb6ff518985dbb6b6e01dfe48ae..ce3395594a1defe11fc333c93793e8ed5911662c 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.9'
+export const version = '3.0.10'