Skip to content

Commit 4722c78

Browse files
committed
chore: prepare 0.0.14 release
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 067a378 commit 4722c78

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"deno.enable": true,
66
"editor.defaultFormatter": "denoland.vscode-deno",

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.0.14] - 2023-12-08
12+
1113
### Changed
1214

1315
- Add a fastpath when tasks stealing or redistribution is impossible

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

0 commit comments

Comments
 (0)