chore: v3.0.14 v3.0.14
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 10:33:38 +0000 (11:33 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 10:33:38 +0000 (11:33 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 3ba761e395bc0468d02cdbb216f378c332f2ec16..a308d289b3a2cb03b3c2614c214e9f0ab74ec133 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.14] - 2023-12-13
+
 ### Fixed
 
 - Fix possible null exception with worker_threads pools.
index d0de812eed7d8bebb3b0198576991106991aa276..bf84d7dc6a75a2b23ebed7180cd7d6e5dc7dbf60 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.13",
+  "version": "3.0.14",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 0e038b7ef7a99f749a1776d13c992e8ee34c61d5..3f68ea339c89150443152b60ff02a83fc0ec125b 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.13
+sonar.projectVersion=3.0.14
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 0ed723802ccb3ed60b3b8666b7d4d8b08851d195..d664114e41a768007bcb0fa0f2cb96013d72baff 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.13'
+export const version = '3.0.14'