chore: v4.0.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 8 May 2024 21:45:59 +0000 (23:45 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 8 May 2024 21:45:59 +0000 (23:45 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index a5b67be082d581fe2e85198f372ed9d24ceeaaf5..4b6e0cb9e801ca10d588fc448f31026d4691b6e1 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.4] - 2024-05-08
+
 ### Fixed
 
 - Disable `tasksStealingOnBackPressure` by default until performance issues under heavy load are sorted out.
index 69f0d0c6558ec81c91d324021d8551b8632a263b..1dcf8865aea8390275873612d5ddc829edba89a8 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.3",
+  "version": "4.0.4",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 6ee3e8d9777fe5bd093ea3134fa0143119a9ff02..7b2714ffbad9c75a0cae4a2d8f2f4b2051063973 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.3",
+  "version": "4.0.4",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index f86da8b0d070c89fafb41f5370c766516e3bbef9..0e925f8e1b11990ff2178ba193b33bcb439f240f 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.3
+sonar.projectVersion=4.0.4
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index c410f931ee3b1507e92122280899d09ba063abee..6890c2475cf12283df70d1e4b782479221abd918 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.3'
+export const version = '4.0.4'