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 ce00517 commit 7b2e8b0Copy full SHA for 7b2e8b0
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.1.9] - 2023-12-22
12
+
13
### Changed
14
15
- Readd ThreadPoolOptions TS type alias to PoolOptions.
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.8
+sonar.projectVersion=0.1.9
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.8'
+export const version = '0.1.9'
0 commit comments