Commit ee79cee
committed
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.0...v6.0.0) (2026-01-21)
### ⚠ BREAKING CHANGES
* removed the `parallel` method. Use native `Promise.all` instead
* removed the `asyncify` method. Call your async method directly
### Features
* remove `parallel` and `asyncify` as obsolete ([#55](#55)) ([c757f52](c757f52))1 parent c757f52 commit ee79cee
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments