chore: v3.0.13 v3.0.13
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 12 Dec 2023 22:58:52 +0000 (23:58 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 12 Dec 2023 22:58:52 +0000 (23:58 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 802b352b6943ae3524f9d5afbc0ad84f1f95fc9d..a337162cc730096ad047601a39e3ff4dc91061d5 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.13] - 2023-12-12
+
 ### Fixed
 
 - Ensure worker choice strategy wait for worker nodes readiness.
index 0dd068fdac7dba6eb65c5db649abc7661be7fb0d..ff5991ed949b68fd0ba0c5ed60b1bd2577ad0b7b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.12",
+  "version": "3.0.13",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 028dd14c61bac93ce2a7cc898dd1050219079dcf..0e038b7ef7a99f749a1776d13c992e8ee34c61d5 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier
 sonar.organization=poolifier
 sonar.javascript.lcov.reportPaths=./coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.0.12
+sonar.projectVersion=3.0.13
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index e240ad815c670d35123e53c0098d7b8e8c175169..0ed723802ccb3ed60b3b8666b7d4d8b08851d195 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.12'
+export const version = '3.0.13'