chore: v4.0.10
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 20 May 2024 16:25:11 +0000 (18:25 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 20 May 2024 16:25:11 +0000 (18:25 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 257f095b39d55b90caff617af3c5ae23a8d7d484..a17ce59e2938ed21fa58c1a2763d0a1aeb5c184c 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.10] - 2024-05-20
+
 ### Fixed
 
 - Ensure tasks stealing dynamic worker node is not destroyed on inactivity.
index 0c7a69aed21b82d32861e14cc0fae4389fa85b38..2e5e95b4bb22af7d922318fd6d48726128630151 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,7 +1,7 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "4.0.9",
+  "version": "4.0.10",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index c393e4ee1a68fc89922ae04b4ceb2a6e03bb9bf7..87e648e671ee659b298126f60a26835c0170b479 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.9",
+  "version": "4.0.10",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index c169bd1511b9b9471d215972176c9a47095931fb..82e1ce8943da007d5af6d6c667d3a1113766a42a 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=poolifier
 sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=4.0.9
+sonar.projectVersion=4.0.10
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 70e4db19fc1561b6a188dbe66dfdd53e9c7d4b3a..3aeb8a8fd632fbb37b3df85bb1f5979dc1da2bbc 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.9'
+export const version = '4.0.10'