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

index 24db9a71fc782729f9c2895cb4719ad13c6e61d9..e60b3dbd25a92070b5e5425db9c7d2c359ab1d67 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.9] - 2023-12-22
+
 ### Changed
 
 - Readd ThreadPoolOptions and ClusterPoolOptions TS type aliases to PoolOptions.
index dd4ca0e5c72eeb31d03d68ae2a50baa8a29e6e7d..a28152fd7eefaf617e582c82c98cb28dae8b7360 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.8",
+  "version": "3.1.9",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 2a85d8e64b2f697df505b0883a466f640b1ed5ba..1d6b915ee7ea23029543d6c6046074eb6fd69f2b 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.8
+sonar.projectVersion=3.1.9
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index b9488fdc2f0f3849bd96f0f9e9df5548436696a3..6c9e19f3a4a9339ea840978e40df193dc9d67894 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.8'
+export const version = '3.1.9'