chore: v2.6.45 v2.6.45
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 12:23:45 +0000 (14:23 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 12:23:45 +0000 (14:23 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 2dc18b9d3475745bf97fc151a4a936cd25aa9b2e..55fa66bf8028046dadc967d1cba0ae65a0520d99 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.45] - 2023-09-17
+
 ### Changed
 
 - Disable publication on GitHub packages registry on release until authentication issue is fixed.
index 17862e2fde09b03db4514cbe579498bf308318a3..614bcd5760e9123256d8bb152be4b0024aebe986 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.44",
+  "version": "2.6.45",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 3cb34e38943baff3b28095dffc07a7665546b4ae..2e43601fd993ed754b309f2b25258e91207cb632 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.44
+sonar.projectVersion=2.6.45
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 72501f046f50923d64af6c3278bd5a7de745bf06..a6fe1dc29fef61acb49c0e0fe3efdc40d2f03c77 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.44'
+export const version = '2.6.45'