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 4f48505 commit 0b5b722Copy full SHA for 0b5b722
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.0.9] - 2023-10-29
12
+
13
+### Changed
14
15
+- Export via `mod.ts` instead of `index.ts`
16
17
## [0.0.8] - 2023-10-27
18
19
### Changed
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.8
+sonar.projectVersion=0.0.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.0.8'
+export const version = '0.0.9'
0 commit comments