Skip to content

Commit 8d2ae99

Browse files
[autofix.ci] apply automated fixes
1 parent 2f8a5f4 commit 8d2ae99

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,28 @@ 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-08)
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-
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))
2426

2527
### 🧪 Tests
2628

27-
* add explainatory comment ([0776b29](https://github.com/poolifier/poolifier-web-worker/commit/0776b29e288d9286d0eee1f36d11ffad0eda9799))
28-
* skip flaky tests on GH CI ([cbb7ee2](https://github.com/poolifier/poolifier-web-worker/commit/cbb7ee2745ae25c020d8af2dd46ac72be52d76b5))
29+
- add explainatory comment
30+
([0776b29](https://github.com/poolifier/poolifier-web-worker/commit/0776b29e288d9286d0eee1f36d11ffad0eda9799))
31+
- skip flaky tests on GH CI
32+
([cbb7ee2](https://github.com/poolifier/poolifier-web-worker/commit/cbb7ee2745ae25c020d8af2dd46ac72be52d76b5))
2933

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

0 commit comments

Comments
 (0)