We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9eadaa commit 13e9279Copy full SHA for 13e9279
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.0.12] - 2023-11-25
12
+
13
### Fixed
14
15
- Fix task function usage statistics handling for sequentially stolen tasks.
sonar-project.properties
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier-deno
2
sonar.organization=poolifier
3
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
4
sonar.projectName=poolifier-deno
5
-sonar.projectVersion=0.0.11
+sonar.projectVersion=0.0.12
6
sonar.host.url=https://sonarcloud.io
7
sonar.sources=src
sonar.tests=tests
src/pools/version.ts
@@ -1 +1 @@
1
-export const version = '0.0.11'
+export const version = '0.0.12'
0 commit comments