chore: v2.6.36 v2.6.36
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 22:15:32 +0000 (00:15 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 22:15:32 +0000 (00:15 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 391be208cd908e6e97303176105cf7abcf132067..47af726ebf76364d8aaa1d765411eda149d4afef 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.36] - 2023-08-27
+
 ### Fixed
 
 - Fix pool `execute()` arguments check.
index 2824442edce38d1a79050595a3fc00bacfb935af..28f75bd36c882c51d72702a2a052b4ca4fec4f2f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.35",
+  "version": "2.6.36",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index d5e96a9d22bb0d467aea0667dd6d0bbcc3bd7764..619e92e5a5966105d5effb56e22d5501e08121df 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.35
+sonar.projectVersion=2.6.36
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index aa5a1b0c6b44a326959bad2d952a93a1fc8017fb..3a61f29ee13db8322df0d68aca0f28426499a8ea 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.35'
+export const version = '2.6.36'