chore: v2.6.29 v2.6.29
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 21:15:18 +0000 (23:15 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 21:15:18 +0000 (23:15 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 4e01305023cbd42ab17dbeea693fd3fb46dc16ba..bc0afc7aeb7fd8828570e1c1085cdf7759b6b23d 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.29] - 2023-08-18
+
 ### Fixed
 
 - Fix race condition between ready and task functions worker message handling at startup.
index 781340f71c0412f78d95a67458735d096991de71..7917ce0b2e6913ae66372885bf2f51d79870ce19 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.28",
+  "version": "2.6.29",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 658deb585a32aa82175d40f31a49a60b78bf83a7..9cece12e7421c778e99d9744ecdb967ebc4a2fef 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier
 sonar.organization=pioardi
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=2.6.28
+sonar.projectVersion=2.6.29
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 2c91019ae0fe46c244d375dc82fa4ec67109bb6a..afdcff219264c2d658f8ecbbc3e9e1c14b7f4ea9 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.28'
+export const version = '2.6.29'