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

index c1e6599216e5b4981b4c32ba2d77a07d032885d8..ada76405843e1a774cf6ce54cab0d481d0e5cae3 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.32] - 2023-08-23
+
 ### Fixed
 
 - Ensure no task can be executed when the pool is destroyed.
index b56a0ee05f9c433fb6e0b2819a388da26de8a71e..f29841f9b937ffb54ec3c31c0ac25b96cb4383bc 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.31",
+  "version": "2.6.32",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 23c112e7d35b7f171e0ecbf5145651e84ac31908..757cdd54b92adf0f2f93d08050fe29f77eb6b4d0 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.31
+sonar.projectVersion=2.6.32
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 3a64c587cc5beab78b92ed1da559da686577775d..bbfd33bd43585b12e7aee5f778bcae78c98c46d3 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.31'
+export const version = '2.6.32'