Skip to content

Commit 3ad9d9a

Browse files
[autofix.ci] apply automated fixes
1 parent 4addddf commit 3ad9d9a

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

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

99
## [0.5.4](https://github.com/poolifier/poolifier-web-worker/compare/v0.5.3...v0.5.4) (2025-07-09)
1010

11-
1211
### 🐞 Bug Fixes
1312

14-
* ensure dynamic worker can't be created at pool destroy ([bec7b83](https://github.com/poolifier/poolifier-web-worker/commit/bec7b83a4f09a24f77d2fded262d25adfa3df1a0))
15-
* ensure worker kill message response is not handled by the generic listener ([5214130](https://github.com/poolifier/poolifier-web-worker/commit/5214130b550628c131da778d8afe62cf83d9426c))
16-
13+
- ensure dynamic worker can't be created at pool destroy
14+
([bec7b83](https://github.com/poolifier/poolifier-web-worker/commit/bec7b83a4f09a24f77d2fded262d25adfa3df1a0))
15+
- ensure worker kill message response is not handled by the generic listener
16+
([5214130](https://github.com/poolifier/poolifier-web-worker/commit/5214130b550628c131da778d8afe62cf83d9426c))
1717

1818
### ✨ Polish
1919

20-
* add worker strategy name to help UTs debug ([e445aa7](https://github.com/poolifier/poolifier-web-worker/commit/e445aa7352f00a1ff195d531a07103a2c3887db5))
21-
* cleanup task function ops method ([dcdb30a](https://github.com/poolifier/poolifier-web-worker/commit/dcdb30aad38938d792300b7300fd23ba39a935bf))
22-
* improve messaging worker id check error message ([e1fbde5](https://github.com/poolifier/poolifier-web-worker/commit/e1fbde51b64d3b7de5c266ceb72b770331864404))
23-
* refine waitWorkerNodeEvents() API ([41acf6b](https://github.com/poolifier/poolifier-web-worker/commit/41acf6bf39f1308f8609b3651b10a5f9b73091ed))
24-
20+
- add worker strategy name to help UTs debug
21+
([e445aa7](https://github.com/poolifier/poolifier-web-worker/commit/e445aa7352f00a1ff195d531a07103a2c3887db5))
22+
- cleanup task function ops method
23+
([dcdb30a](https://github.com/poolifier/poolifier-web-worker/commit/dcdb30aad38938d792300b7300fd23ba39a935bf))
24+
- improve messaging worker id check error message
25+
([e1fbde5](https://github.com/poolifier/poolifier-web-worker/commit/e1fbde51b64d3b7de5c266ceb72b770331864404))
26+
- refine waitWorkerNodeEvents() API
27+
([41acf6b](https://github.com/poolifier/poolifier-web-worker/commit/41acf6bf39f1308f8609b3651b10a5f9b73091ed))
2528

2629
### 🧪 Tests
2730

28-
* add explainatory comment ([0776b29](https://github.com/poolifier/poolifier-web-worker/commit/0776b29e288d9286d0eee1f36d11ffad0eda9799))
29-
* skip flaky test only the targeted OS ([5bd7a88](https://github.com/poolifier/poolifier-web-worker/commit/5bd7a88111681516f08e0071d512668957217aee))
30-
* skip flaky tests on GH CI ([cbb7ee2](https://github.com/poolifier/poolifier-web-worker/commit/cbb7ee2745ae25c020d8af2dd46ac72be52d76b5))
31+
- add explainatory comment
32+
([0776b29](https://github.com/poolifier/poolifier-web-worker/commit/0776b29e288d9286d0eee1f36d11ffad0eda9799))
33+
- skip flaky test only the targeted OS
34+
([5bd7a88](https://github.com/poolifier/poolifier-web-worker/commit/5bd7a88111681516f08e0071d512668957217aee))
35+
- skip flaky tests on GH CI
36+
([cbb7ee2](https://github.com/poolifier/poolifier-web-worker/commit/cbb7ee2745ae25c020d8af2dd46ac72be52d76b5))
3137

3238
## [0.5.3](https://github.com/poolifier/poolifier-web-worker/compare/v0.5.2...v0.5.3) (2025-07-07)
3339

0 commit comments

Comments
 (0)