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

index 642e0d528b5d499f2379f9ff2084aa8111b4e47d..8e2d5edb5ca8bac6438e57a6a050c000214afba6 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.2] - 2023-12-17
+
 ### Fixed
 
 - Wait for queued tasks to end at worker termination.
index 16e74292a9d662af962df4df288480ac33697cae..24c922e6bc3d5f5b687fa15c5319141207503033 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.1",
+  "version": "3.1.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index eb2a484d729447298a8c67aa98d1b1c1dcca539e..079821f471577defb24677314ab70ecf055895f7 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.1
+sonar.projectVersion=3.1.2
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index af54f204344848677eeaf3f627f1d3a732246873..fba829ba267009d713c1149bd768ae6b0364e683 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.1'
+export const version = '3.1.2'