From 60aa9f2f82b880212aa9478e05f18490175fcab8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 27 Dec 2023 16:22:48 +0100 Subject: [PATCH] chore: v3.1.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- sonar-project.properties | 2 +- src/pools/version.ts | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0911d9dc..b7b9604c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.12] - 2023-12-27 + ### Fixed - Fix tasks redistribution triggers at pool destroying. diff --git a/package.json b/package.json index 0d7c81a9..e725f6f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.12-0", + "version": "3.1.12", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", diff --git a/sonar-project.properties b/sonar-project.properties index 23889efc..f19c7d18 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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.12-0 +sonar.projectVersion=3.1.12 sonar.host.url=https://sonarcloud.io #sonar.sources=src sonar.sources=lib diff --git a/src/pools/version.ts b/src/pools/version.ts index b6e85f00..b57865d8 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.12-0' +export const version = '3.1.12' -- 2.34.1