chore: v2.6.37 v2.6.37
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 28 Aug 2023 17:43:25 +0000 (19:43 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 28 Aug 2023 17:43:25 +0000 (19:43 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 825d8aeb51df88a77146795e5ea249640eca66c0..f71698d7a8fe985e05c7582217482a42f7541d2b 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.37] - 2023-08-28
+
 ### Fixed
 
 - Ensure unused worker usage statistics are deleted at runtime.
index 57fa70fb99f4b5fcdd8ab0577860a2353c553805..a8b0b3132f69dc9e9735b23b4bb6e75645cbe12f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.36",
+  "version": "2.6.37",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 619e92e5a5966105d5effb56e22d5501e08121df..9a9ba9130742e96aff1331f239e0d335df35388e 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.36
+sonar.projectVersion=2.6.37
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 3a61f29ee13db8322df0d68aca0f28426499a8ea..7a41fd230147e69a9e95c8a1cee55d543b1a03cf 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.36'
+export const version = '2.6.37'