chore: v2.5.1 v2.5.1
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 1 Jun 2023 17:57:12 +0000 (19:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 1 Jun 2023 17:57:12 +0000 (19:57 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 2321059654a113312f655e769b76b7c6836b3ab2..088d734a111947281a93fc231af596493473d926 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.5.1] - 2023-06-01
+
 ### Added
 
 - Add pool option `restartWorkerOnError` to restart worker on uncaught error. Default to `true`.
index 49b328d733371fe1b8bce241c7082c9bfca30dad..c94af02524e44fef4069bd6f84527b41942ff20b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.5.0",
+  "version": "2.5.1",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index b2afd02f97fbee92b2b6543fdb40a3b6d1adb147..2300b53f649045976233b7ea55d8446e06a6ed5d 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.5.0
+sonar.projectVersion=2.5.1
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests