chore: v2.6.43 v2.6.43
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 16:10:04 +0000 (18:10 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 16:10:04 +0000 (18:10 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 806d077a1428f4c431c3b464f49d176fb521cf89..221450c9aa638b33da33d006d8ca5bce9184d822 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.43] - 2023-09-08
+
 ### Added
 
 - Publish on GitHub packages registry on release
index 52156fb9fe4f01daf46059591d8505b44fa08250..6b3dd7f396b59921f66ac76cb98fdfe70434d148 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.42",
+  "version": "2.6.43",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index d609773c84186bd4f777ff61c7dad092ea97d69e..d079949314dae02fa0a8726f1d56d357357933d3 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.42
+sonar.projectVersion=2.6.43
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 42975e7080a168e9d55525c517fd7f030c9ca4e6..36488aa132ab245158a0960d1fe845fc1af96772 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.42'
+export const version = '2.6.43'