chore: v3.1.14 v3.1.14
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 10:50:21 +0000 (11:50 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 10:50:21 +0000 (11:50 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index ca04a2e128ef8ed5ecb8edda94277bc40a34e38a..92721b1f2615dc4e3b66015f76303ccb85d0f745 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.14] - 2024-01-01
+
 ### Fixed
 
 - Properly handle dynamic pool with zero minimum size.
index 3715702678043efe64ffb44e4939ad63d2895995..f2639513581bac9488d23f495e44e9b46be5e5e8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.13",
+  "version": "3.1.14",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 5fe4ef6bca217f05f2622f099305b0e142d2dd1f..1d13280300737024bbe1cc5fb4d1228129b2f83a 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=poolifier
 sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.1.13
+sonar.projectVersion=3.1.14
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index b079c38d6223b48d451e6bfd4e76f6531e9e0c20..dd2679f797a050e796b8c585d9b5ca9f64a04bbd 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.13'
+export const version = '3.1.14'