chore: v3.0.0 v3.0.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Oct 2023 11:12:19 +0000 (13:12 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Oct 2023 11:12:19 +0000 (13:12 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 39672a25898080698c646592d7e86162dfc0c851..13e566f258696366f01b156a592468ac74928eeb 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.0] - 2023-10-08
+
 ### Changed
 
 - Remove Node.js 16.x.x (EOL) support.
index d03501bd6a5e91750a0af34848fda781d2811113..0ffa64b84d17b161dd04039e542e030f11327785 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "2.7.5",
+  "version": "3.0.0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 31d2213c4cfb8fd7f27dc800702a4b99669c9ce2..cab65c7f93cad1fe6de550ea83ba8b4b766a5579 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.7.5
+sonar.projectVersion=3.0.0
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index ba98e75823222ec8026f2a51ea1f6a89aa625bdf..256329b855705cabd43cd672c5eeadbd5871a9e6 100644 (file)
@@ -1 +1 @@
-export const version = '2.7.5'
+export const version = '3.0.0'