chore: v4.0.8
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 15 May 2024 20:14:39 +0000 (22:14 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 15 May 2024 20:14:39 +0000 (22:14 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 38255d7fc54158d994ad3627940706ba9aee39d7..1cecddc68287d27bd42e4efc941cdf463ddf1f5d 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.8] - 2024-05-15
+
 ### Fixed
 
 - Fix default task function worker choice strategy and priority handling.
index f36e2be44d2e2e94f501bbc7f634b7530f5327c2..1fce21f66ed3de0a2a77dd0336d00112b20ff2d5 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.7",
+  "version": "4.0.8",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index de8d7c023381d5b68e82c3e4dd7f5bea59fef967..d73bc6af30a3e302511cab3811f1cd2c6dda7244 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.7",
+  "version": "4.0.8",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 6e2c772b7ad8442f928db0609f7e9e4c51823dc8..f643eacc24b7b3f0ec56d57ad7823e8b3d8ff169 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.7
+sonar.projectVersion=4.0.8
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index b28e5f0f52d6d2ae9538b330f603252c184b4d68..c27321b76b23b5d66b55dae899af98dca69d98f6 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.7'
+export const version = '4.0.8'