From: Jérôme Benoit Date: Mon, 25 Sep 2023 16:11:21 +0000 (+0200) Subject: chore: v2.7.4 X-Git-Tag: v2.7.4^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3466e757691e2a07e2437d77167c78a0820c0431;p=poolifier.git chore: v2.7.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e3212b10..8b7d694d 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.7.4] - 2023-09-25 + ### Fixed - Fix source maps (bundler issue). diff --git a/package.json b/package.json index befeb316..1a8d9617 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.3", + "version": "2.7.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 ba6e11fd..da680367 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.7.3 +sonar.projectVersion=2.7.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 ad0c3c1e..587b740f 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.7.3' +export const version = '2.7.4'