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

index db0b99af5e6e6fbe3c51e07d18015088769a61b8..2348d103e066bd223fe2c8f8f344007be6f74246 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.9] - 2024-05-19
+
 ### Changed
 
 - Add ELU `utilization` statistics to pool information.
index 1fce21f66ed3de0a2a77dd0336d00112b20ff2d5..0c7a69aed21b82d32861e14cc0fae4389fa85b38 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.8",
+  "version": "4.0.9",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index a1fe39dee54fcefd9ee2d1783a2b9abffe4d44de..c393e4ee1a68fc89922ae04b4ceb2a6e03bb9bf7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.8",
+  "version": "4.0.9",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index f643eacc24b7b3f0ec56d57ad7823e8b3d8ff169..c169bd1511b9b9471d215972176c9a47095931fb 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.8
+sonar.projectVersion=4.0.9
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index c27321b76b23b5d66b55dae899af98dca69d98f6..70e4db19fc1561b6a188dbe66dfdd53e9c7d4b3a 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.8'
+export const version = '4.0.9'