Skip to content

Commit ee79cee

Browse files
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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.0.0](https://github.com/appium/asyncbox/compare/v5.0.0...v6.0.0) (2026-01-21)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* removed the `parallel` method. Use native `Promise.all` instead
6+
* removed the `asyncify` method. Call your async method directly
7+
8+
### Features
9+
10+
* remove `parallel` and `asyncify` as obsolete ([#55](https://github.com/appium/asyncbox/issues/55)) ([c757f52](https://github.com/appium/asyncbox/commit/c757f524e41420f807ebcd7977c0308223433b6f))
11+
112
## [5.0.0](https://github.com/appium/asyncbox/compare/v4.1.1...v5.0.0) (2026-01-20)
213

314
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"es7",
77
"async"
88
],
9-
"version": "5.0.0",
9+
"version": "6.0.0",
1010
"author": "jlipps@gmail.com",
1111
"license": "Apache-2.0",
1212
"repository": {

0 commit comments

Comments
 (0)