From: Jérôme Benoit Date: Fri, 20 Oct 2023 20:27:50 +0000 (+0200) Subject: chore: v3.0.4 X-Git-Tag: v3.0.4^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=597775b270c345a9c4f31fe1903d00507902d36c;p=poolifier.git chore: v3.0.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4986348d..25e94333 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.0.4] - 2023-10-20 + ### Changed - Switch to Bencher for benchmarking: [https://bencher.dev/perf/poolifier](https://bencher.dev/perf/poolifier). diff --git a/package.json b/package.json index 28eeda6f..0c0a2a13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.3", + "version": "3.0.4", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 9a2fbb71..5ae5cd08 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier sonar.organization=poolifier sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.0.3 +sonar.projectVersion=3.0.4 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests diff --git a/src/pools/version.ts b/src/pools/version.ts index d8af4af4..ff0f4b40 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.0.3' +export const version = '3.0.4'