chore: v2.6.18 v2.6.18
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 Jul 2023 13:12:22 +0000 (15:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 Jul 2023 13:12:22 +0000 (15:12 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 6ed756746ac15a7bd85d222befc70d257482d0aa..39c16889a6b62e8a5a353f85e048500777e6c0b5 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.18] - 2023-07-19
+
 ### Changed
 
 - Code refactoring and cleanup for better maintainability and readability. Bundle size is a bit smaller.
index e32811e7413cbb3af083419185e24ad0263e3f00..71c0663eb8ed617fcf38c07d1fcd9d7a83505653 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.6.17",
+  "version": "2.6.18",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "license": "MIT",
   "main": "./lib/index.js",
index a959a249264e5ee53621b67277b024c3281c2d37..674ddd557ace0e206e05f50889e778bdf2f4c00e 100644 (file)
@@ -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.17
+sonar.projectVersion=2.6.18
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index bef86c74b3dc2a6b4c7b7bd6104aaf30432cbaae..b6da6131fb0dc695c8ffb9b80ca6d7e5fd98a32d 100644 (file)
@@ -1 +1 @@
-export const version = '2.6.17'
+export const version = '2.6.18'