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

index a8d8025146b4fc27430e4f74a505d40cae19700b..fa5c772de731c3baa7a95dd99852d9280a72e457 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.2] - 2024-05-06
+
 ### Fixed
 
 - Ensure poolifier worker task performance measurement requirements are synchronized with task function objects' worker choice strategies.
index 1b2cce8ce09433ee2bdd33728f165f7f4be19e9d..0aa6e0f8dcd51a27a73b7201e86e0508eaba688d 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.1",
+  "version": "4.0.2",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 9ed23bb2a7eea84c2ff215286dd8cd31ba00d6b9..3aae60808dbee24d0f37ef4c1695c657c10ed10a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.1",
+  "version": "4.0.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index a6833229cdd03ef9ba071a18fc2a226611a26d18..bf23cd22e4c240bbec4b3e197f584b5baa4a04a0 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.1
+sonar.projectVersion=4.0.2
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 270a9db9c03c7430444aa893edeb48b998b66960..1104f70f7f3d8f87cad604facf64aa24c1f68393 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.1'
+export const version = '4.0.2'