chore: v4.0.15
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 20 Jun 2024 12:39:06 +0000 (14:39 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 20 Jun 2024 12:39:06 +0000 (14:39 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 43cdc02ac9a2e016de94bd6c8520db731529fc56..7e6104e8f777fbdfd6b60f2c1d065de961658522 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.15] - 2024-06-20
+
 ### Fixed
 
 - Fix priority queue dequeue() from the last prioritized bucket.
index 376d9ed6d0501455fae28b6cf9e1148d59b985fa..e953922e5f74dc938fa489b16cc42ea71f2285eb 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.14",
+  "version": "4.0.15",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index f0ae7311acf1b14e111d75c8e6256a51d11119b3..d2246d9cc6dfce91e6825bcac46111a37a4c2b71 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.14",
+  "version": "4.0.15",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 201697f363bee0fe6f1ce8af10ac5a0d4020b98d..3474d24942e0dd3bf927792480828a9b17ea490e 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.14
+sonar.projectVersion=4.0.15
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 6b242908473b1e94d2453b84b1e161380a232242..a2bffab50dafe902a6b09f76154c326a7c60fe48 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.14'
+export const version = '4.0.15'