Revert "chore: v4.0.2"
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 6 May 2024 13:18:40 +0000 (15:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 6 May 2024 13:18:40 +0000 (15:18 +0200)
This reverts commit cb20a62c3c0281ee805f8faa42a9aca3cb1fb811.

CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index fa5c772de731c3baa7a95dd99852d9280a72e457..a8d8025146b4fc27430e4f74a505d40cae19700b 100644 (file)
@@ -7,8 +7,6 @@ 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 0aa6e0f8dcd51a27a73b7201e86e0508eaba688d..1b2cce8ce09433ee2bdd33728f165f7f4be19e9d 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.2",
+  "version": "4.0.1",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 3aae60808dbee24d0f37ef4c1695c657c10ed10a..9ed23bb2a7eea84c2ff215286dd8cd31ba00d6b9 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.2",
+  "version": "4.0.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index bf23cd22e4c240bbec4b3e197f584b5baa4a04a0..a6833229cdd03ef9ba071a18fc2a226611a26d18 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.2
+sonar.projectVersion=4.0.1
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 1104f70f7f3d8f87cad604facf64aa24c1f68393..270a9db9c03c7430444aa893edeb48b998b66960 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.2'
+export const version = '4.0.1'