chore: v3.1.1 v3.1.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 16:04:52 +0000 (17:04 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 16:04:52 +0000 (17:04 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 48b2d86fa4e5e934bbe4c43949fdf9ccd0992d6e..107be86a152c1b24b78f841f8c4bfe5697ed8c80 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.1] - 2023-12-16
+
 ### Fixed
 
 - Fix pool options TS type definition.
index e7178008e4c094f1428a5b583493c512b8a53a0f..9f189f35fc7aea3c36949a0b8c29bbbde0a1113f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.0",
+  "version": "3.1.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 30c774fea00102b2bd6f03ca21906e005d978911..eb2a484d729447298a8c67aa98d1b1c1dcca539e 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier
 sonar.organization=poolifier
 sonar.javascript.lcov.reportPaths=./coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.1.0
+sonar.projectVersion=3.1.1
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 81a7a160a5215c9bd79d01b4abc2034cdeeb7ec0..af54f204344848677eeaf3f627f1d3a732246873 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.0'
+export const version = '3.1.1'