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

index 0c497620c06430b50afcf32f658c6ef3cfd58da4..56ca0d250a0104ff6d551f6e03ec0500899f20a2 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.5] - 2024-05-09
+
 ### Fixed
 
 - Avoid queued tasks redistribution on the errored worker node.
index 1dcf8865aea8390275873612d5ddc829edba89a8..8a30e4bbbf37c1dad8a3586dc9213f473378389a 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.4",
+  "version": "4.0.5",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 7b2714ffbad9c75a0cae4a2d8f2f4b2051063973..9d937519d5b1b1b36bc1c61646ce0bc53e446bac 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.4",
+  "version": "4.0.5",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 0e925f8e1b11990ff2178ba193b33bcb439f240f..b0785429c8533dcc7f9bd94b4f908784b6b60a66 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.4
+sonar.projectVersion=4.0.5
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 6890c2475cf12283df70d1e4b782479221abd918..c25e806871566370a73f5188286a60a588934af2 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.4'
+export const version = '4.0.5'