From 9705a90f4c85e271c21ceb432c3fb852893d75af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 24 Dec 2023 14:34:16 +0100 Subject: [PATCH] chore: prepare 0.1.10 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 2 ++ sonar-project.properties | 2 +- src/pools/version.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e25cdcd..ba7b3351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.1.10] - 2023-12-24 + ### Fixed - Avoid worker node cross tasks stealing. diff --git a/sonar-project.properties b/sonar-project.properties index c97bde80..c6fd0c36 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier-deno sonar.organization=poolifier sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.projectName=poolifier-deno -sonar.projectVersion=0.1.9 +sonar.projectVersion=0.1.10 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 08652faf..f3eed493 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '0.1.9' +export const version = '0.1.10'