chore: v3.1.15-0 v3.1.15-0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 2 Jan 2024 17:21:44 +0000 (18:21 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 2 Jan 2024 17:21:44 +0000 (18:21 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 96b7d3ed674a046721e151d48ea2bb4320e92d2a..78bd6e2b985a1c1cf711ac37a1273ec70ac23708 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.15-0] - 2024-01-02
+
 ### Fixed
 
 - Fix CommonJS support with TypeScript.
index a600498a4d487d24247fa0017eeb61336da368f5..fd1ac9c9d3398768b78f0cba3581611c9f974c41 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.14",
+  "version": "3.1.15-0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 1d13280300737024bbe1cc5fb4d1228129b2f83a..2cd8491d7d7f96dc25ae5478741de855276f600e 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.14
+sonar.projectVersion=3.1.15-0
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index dd2679f797a050e796b8c585d9b5ca9f64a04bbd..264a8d3410c55343068e981edd86a6f4f404317c 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.14'
+export const version = '3.1.15-0'