Skip to content

Commit 0b5b722

Browse files
committed
chore: prepare for 0.0.9 release
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 4f48505 commit 0b5b722

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.0.9] - 2023-10-29
12+
13+
### Changed
14+
15+
- Export via `mod.ts` instead of `index.ts`
16+
1117
## [0.0.8] - 2023-10-27
1218

1319
### Changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier-deno
22
sonar.organization=poolifier
33
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
44
sonar.projectName=poolifier-deno
5-
sonar.projectVersion=0.0.8
5+
sonar.projectVersion=0.0.9
66
sonar.host.url=https://sonarcloud.io
77
sonar.sources=src
88
sonar.tests=tests

src/pools/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.0.8'
1+
export const version = '0.0.9'

0 commit comments

Comments
 (0)