From: Jérôme Benoit Date: Sat, 22 Oct 2022 13:27:46 +0000 (+0200) Subject: v2.3.6 X-Git-Tag: v2.3.6^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3b9f6953d33311b3f87c554dfce951133ab66a8b;p=poolifier.git v2.3.6 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b019d6..f96df8cf 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.3.6] - 2022-10-22 + ### Changed - Cleanup pool attributes and methods. diff --git a/package-lock.json b/package-lock.json index 3f26e6e2..1bf07217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poolifier", - "version": "2.3.5", + "version": "2.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poolifier", - "version": "2.3.5", + "version": "2.3.6", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "^3.1.0", diff --git a/package.json b/package.json index ef4325f9..5558a101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.3.5", + "version": "2.3.6", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": { diff --git a/sonar-project.properties b/sonar-project.properties index 57cf772b..bb238312 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.3.5 +sonar.projectVersion=2.3.6 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests