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

index 18d9e42e6cc651e5ff863ceaafd94e8d47c4517c..ab21a07781f819151919de0ce36a53bf9e7e638f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.33] - 2023-08-24
+
 ### Fixed
 
 - Fix queued tasks rescheduling.
index f29841f9b937ffb54ec3c31c0ac25b96cb4383bc..ebc8909e980024df565c4c8703559598d6959484 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.32",
+  "version": "2.6.33",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 757cdd54b92adf0f2f93d08050fe29f77eb6b4d0..f367be262f51bcd1d477698ef9f5b2a3f870c67e 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.32
+sonar.projectVersion=2.6.33
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index bbfd33bd43585b12e7aee5f778bcae78c98c46d3..bc7a7cd6f54b2acf9baf9df7a9c386c564ccd04c 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.32'
+export const version = '2.6.33'