chore: v2.7.1 v2.7.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 20 Sep 2023 17:34:51 +0000 (19:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 20 Sep 2023 17:34:51 +0000 (19:34 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 7b37a041b6b627b0c44775e7b9fa5f713fd5f5ed..d4ccfd5f64926e25c91a633e792e3d8118ff6e3f 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.7.1] - 2023-09-20
+
 ### Fixed
 
 - Ensure worker message listener used one time are removed after usage.
index 4a8e5e7ff854d488a0cfaac51b484049d424c980..166c4d6f8b2b4215fe7aa8c8ca1607ca6de106d6 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.7.0",
+  "version": "2.7.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 5cb1aa36e85af99679ca5a023f93bb98a874b119..74e68fbd4613e56e9e3cc6ffbd97738ec082bba5 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.7.0
+sonar.projectVersion=2.7.1
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index e32207cee58bb6aba14bb2e535467fea0c2a4042..dc6e1de765022ee8c8be2a36f0131aa88d8dfaf9 100644 (file)
@@ -1 +1 @@
-export const version = '2.7.0'
+export const version = '2.7.1'