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 523e4ee commit 37345c5Copy full SHA for 37345c5
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.1.11] - 2023-12-25
12
+
13
### Fixed
14
15
- Fix tasks redistribution triggers at pool destroying.
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.1.10
+sonar.projectVersion=0.1.11
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.1.10'
+export const version = '0.1.11'
0 commit comments