Skip to content

Commit 333e103

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2026-03-19) ### Features * align fromAsync behavior with native Array.fromAsync ([0d10d65](0d10d65))
1 parent 0d10d65 commit 333e103

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/aicest/from-async/compare/v1.0.0...v1.1.0) (2026-03-19)
4+
5+
### Features
6+
7+
- align fromAsync behavior with native Array.fromAsync ([0d10d65](https://github.com/aicest/from-async/commit/0d10d65360012bc16562d50688c7ebfc56d87807))
8+
39
## 1.0.0 (2026-03-09)
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "from-async",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert async iterables, iterators, or array-like objects into arrays.",
55
"keywords": [],
66
"repository": "aicest/from-async",

0 commit comments

Comments
 (0)