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

index 9b785523a5ddbc68879d51d429d881d133523400..94ca6454774420bc909af3367ea4c7d7e53f34f9 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.4] - 2023-12-18
+
 ### Fixed
 
 - Make more robust the fix for possible null exception at handling task execution response.
index 856ff410bfe4d85e420bcf27b44c6e73bac4b3c1..80bf3adf8312f25c8544f845368804a3c656d679 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.3",
+  "version": "3.1.4",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 752f907df6536e29544a990c7884eab498592621..aa582860537b8b3ac2c7c3237c71ff9debbc8825 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.3
+sonar.projectVersion=3.1.4
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index c2121618abfa41913c0dff5cee5bfd1403941269..ff0dcb6601468f055ccff7477fe157a0b670dee2 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.3'
+export const version = '3.1.4'