chore: v3.1.12-0 v3.1.12-0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Dec 2023 14:54:10 +0000 (15:54 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Dec 2023 14:54:10 +0000 (15:54 +0100)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 9444be7adcabffca7b801e96cb3ea08421af915e..18ac1504d5d0930a34efa31f144a6caee7b073e5 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.12-0] - 2023-12-27
+
 ### Fixed
 
 - Fix tasks redistribution triggers at pool destroying.
index 6bdd16102e82694ff49252567b391259d76d73ec..0d7c81a93aed0c25db70b39a30ec7dcb411a5f5b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.11",
+  "version": "3.1.12-0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index b93486af3117f5ec1d76b2b5e2e465b798acb32d..23889efcf02b2842023dbc3931adaeb0e4232270 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.11
+sonar.projectVersion=3.1.12-0
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 5e93c638995ce3b5b6acea1ecc9fdb006eed0a54..b6e85f00fb1fb08a0e5c4e6f48cc247ef771623b 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.11'
+export const version = '3.1.12-0'