From: Jérôme Benoit Date: Mon, 3 Jul 2023 21:48:56 +0000 (+0200) Subject: chore: v2.6.8 X-Git-Tag: v2.6.8^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fc97d613f38f3065a93147000bc3687981e6e7e0;p=poolifier.git chore: v2.6.8 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e93a9599..6e05c369 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] +## [2.6.8] - 2023-07-03 + ### Fixed - Brown paper bag release to fix version handling in pool information. diff --git a/package.json b/package.json index 923016e7..d57c2c4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.7", + "version": "2.6.8", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 6a75d361..9cfe38d4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier sonar.organization=pioardi sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=2.6.7 +sonar.projectVersion=2.6.8 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 b19388c9..c7e07502 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.7' +export const version = '2.6.8'