chore: v3.1.3 v3.1.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Dec 2023 21:34:53 +0000 (22:34 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Dec 2023 21:34:53 +0000 (22:34 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index cb7d4bffe11d8cbdd67c1e6e2362223ee05d07d3..a7dfea5fdb39383f2814cd281e61b93b3d12d795 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.3] - 2023-12-17
+
 ### Fixed
 
 - Fix possible null exception at handling task execution response.
index 24c922e6bc3d5f5b687fa15c5319141207503033..856ff410bfe4d85e420bcf27b44c6e73bac4b3c1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.2",
+  "version": "3.1.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 079821f471577defb24677314ab70ecf055895f7..752f907df6536e29544a990c7884eab498592621 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.2
+sonar.projectVersion=3.1.3
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index fba829ba267009d713c1149bd768ae6b0364e683..c2121618abfa41913c0dff5cee5bfd1403941269 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.2'
+export const version = '3.1.3'