Skip to content

Commit 37345c5

Browse files
committed
chore: prepare 0.1.11 release
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 523e4ee commit 37345c5

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.11] - 2023-12-25
12+
1113
### Fixed
1214

1315
- Fix tasks redistribution triggers at pool destroying.

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

0 commit comments

Comments
 (0)