chore: v4.0.6
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 10 May 2024 14:40:37 +0000 (16:40 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 10 May 2024 14:40:37 +0000 (16:40 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 1b42e7f67ee8436ca1c092bc0fbd3d02a57a4f3d..f774220521edcb652d8cdec1f9db424b4097f3b4 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.6] - 2024-05-10
+
 ### Fixed
 
 - Fix pools' `addTaskFunction()` type definition.
index 8a30e4bbbf37c1dad8a3586dc9213f473378389a..2ec9791816cfc8957fd91ea697608fe149ee41f8 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.5",
+  "version": "4.0.6",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index f458a8394922a20946e7e3412a059d97c316c695..31d21e02dc23e5db4a2eb01eeca264e374682723 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.5",
+  "version": "4.0.6",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index b0785429c8533dcc7f9bd94b4f908784b6b60a66..372d577bb4072d18a3bee6bfb067938f46c40158 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.5
+sonar.projectVersion=4.0.6
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index c25e806871566370a73f5188286a60a588934af2..83c31e1f54c644b65f62e30236c59ab8f8831336 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.5'
+export const version = '4.0.6'