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 0a3afdc commit a3248bfCopy full SHA for a3248bf
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.1.13] - 2024-01-01
12
+
13
### Fixed
14
15
- Properly handle dynamic pool with zero minimum size.
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.12
+sonar.projectVersion=0.1.13
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.12'
+export const version = '0.1.13'
0 commit comments