Skip to content

Commit 9705a90

Browse files
committed
chore: prepare 0.1.10 release
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 5bfb3e8 commit 9705a90

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.1.10] - 2023-12-24
12+
1113
### Fixed
1214

1315
- Avoid worker node cross tasks stealing.

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.1.9
5+
sonar.projectVersion=0.1.10
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.1.9'
1+
export const version = '0.1.10'

0 commit comments

Comments
 (0)