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

index ab0615e167750db1667e38278f191abe0431bd6e..66877534f7c562d491a0368ef92b14c131f47a1e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.3] - 2024-05-08
+
 ### Changed
 
 - Optimize task(s) stealing by dequeuing task(s) from the last prioritized bucket.
index 0aa6e0f8dcd51a27a73b7201e86e0508eaba688d..69f0d0c6558ec81c91d324021d8551b8632a263b 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.3",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index bc231c57f63ceb7b96605699bdf1a80b9a2df1d0..b78359dfa6707a33ad7149aaf2e7521c98ad55be 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.2",
+  "version": "4.0.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index bf23cd22e4c240bbec4b3e197f584b5baa4a04a0..f86da8b0d070c89fafb41f5370c766516e3bbef9 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.3
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 1104f70f7f3d8f87cad604facf64aa24c1f68393..c410f931ee3b1507e92122280899d09ba063abee 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.2'
+export const version = '4.0.3'