chore: v3.1.8 v3.1.8
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Dec 2023 11:09:09 +0000 (12:09 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Dec 2023 11:09:09 +0000 (12:09 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 08678501a0274de614089e486545a82bb5373f0e..786b8867ac4a304b650573f91e7dd7a5e42712de 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.8] - 2023-12-21
+
 ### Fixed
 
 - Fix default worker weight computation.
index c610b5be83faa8ddf1fae5eb3574d38449ed6b2c..dd4ca0e5c72eeb31d03d68ae2a50baa8a29e6e7d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.7",
+  "version": "3.1.8",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index ffbc71ec926bb39570a453e0a2ab17d75264eda0..2a85d8e64b2f697df505b0883a466f640b1ed5ba 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.1.7
+sonar.projectVersion=3.1.8
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 68e47a98128bd213060fb0a2b8b08cadde13779e..b9488fdc2f0f3849bd96f0f9e9df5548436696a3 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.7'
+export const version = '3.1.8'