chore: v3.1.0 v3.1.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 15:07:35 +0000 (16:07 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 15:07:35 +0000 (16:07 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index ff6fbaca60e6f466b545a7017143379c5b6449ac..cf02c4df00104f544346209ccec117540d4ab8ee 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.0] - 2023-12-16
+
 ### Changed
 
 - TypeScript breaking change: merge ThreadPoolOptions and ClusterPoolOptions types into PoolOptions type.
index ebccd515d3fc95ab4a62d3dd67b13700b0885a3c..e7178008e4c094f1428a5b583493c512b8a53a0f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.14",
+  "version": "3.1.0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 3f68ea339c89150443152b60ff02a83fc0ec125b..30c774fea00102b2bd6f03ca21906e005d978911 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.14
+sonar.projectVersion=3.1.0
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index d664114e41a768007bcb0fa0f2cb96013d72baff..81a7a160a5215c9bd79d01b4abc2034cdeeb7ec0 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.14'
+export const version = '3.1.0'