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

index 7a4b2b1dc525750124fe7ee3bcd0780b4aeace8c..50747dfebefe72021444c497fdeaf2202901fee1 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.11] - 2023-12-11
+
 ### Fixed
 
 - Ensure pool asynchronous resource properly track tasks execution
index 47a7f9a14dd90f67c4f55a264473a39b9b8a7b1e..e1d09f24c28b662675987826b77ee127bd654643 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.10",
+  "version": "3.0.11",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 1c167aeb41cca7e5c685d8d7b930e14b3d1ce85a..c2f8183bf1a7951c610df1efb2b13fb389b5fc49 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.10
+sonar.projectVersion=3.0.11
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index ce3395594a1defe11fc333c93793e8ed5911662c..a2668644e225b922c7338b1e48c398152481ff40 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.10'
+export const version = '3.0.11'