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

index b229afa63a368f93302362628788070fd6e20633..2cfa896930b54e8dc983bc8243f7ff5a0e17c7b7 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.6] - 2023-12-18
+
 ### Fixed
 
 - Fix pool destroying with tasks queuing enabled.
index 296fd3d9192fbc9e04b22548f47be007001df5fc..fcc849ab550d5caaf24906da105a560c2efdc0a4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.5",
+  "version": "3.1.6",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 54d4668549258523e378826a1dc72e9e4b1f688f..57745559f2a87817fbe30dd7f547d7f9fc4561c0 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.5
+sonar.projectVersion=3.1.6
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 7142f9b0e59710925064eb6f10f720a2454ef0ee..5d25056251b980f3d5dd1cbd1ef1f4796bdc236d 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.5'
+export const version = '3.1.6'