chore: v2.7.0 v2.7.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 19 Sep 2023 13:18:36 +0000 (15:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 19 Sep 2023 13:18:36 +0000 (15:18 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index b6ba6fba70f58830691c9da795caedaf51595354..39cda2d753d1ff0f9b0375f93bf7c138e09be6f4 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.7.0] - 2023-09-19
+
 ### Fixed
 
 - Fix task stealing related tasks queue options handling at runtime.
index 67add52e45bb25dbeeb0281732993b9a92080e0e..376e96c7d3d1eb9987e86b94f7cfaf6422e66f5e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.6.45",
+  "version": "2.7.0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 2e43601fd993ed754b309f2b25258e91207cb632..5cb1aa36e85af99679ca5a023f93bb98a874b119 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.45
+sonar.projectVersion=2.7.0
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index a6fe1dc29fef61acb49c0e0fe3efdc40d2f03c77..e32207cee58bb6aba14bb2e535467fea0c2a4042 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.45'
+export const version = '2.7.0'