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

index cd3ad0118783d6fc7c67d6f270aec524c8823061..d4bc1773cd199c91afba366903f4acfbf2f17c2f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.7] - 2024-05-13
+
 ### Changed
 
 - Add ELU statistics to pool information.
index 2ec9791816cfc8957fd91ea697608fe149ee41f8..f36e2be44d2e2e94f501bbc7f634b7530f5327c2 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.6",
+  "version": "4.0.7",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 0ab58cff8a97ad20dae2a7713c9134093d1d1cbf..b7310fe6b80b1b9047727f545fe551367cb1a547 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.6",
+  "version": "4.0.7",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 372d577bb4072d18a3bee6bfb067938f46c40158..6e2c772b7ad8442f928db0609f7e9e4c51823dc8 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.6
+sonar.projectVersion=4.0.7
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 83c31e1f54c644b65f62e30236c59ab8f8831336..b28e5f0f52d6d2ae9538b330f603252c184b4d68 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.6'
+export const version = '4.0.7'