Skip to content

Commit 5a02498

Browse files
release: 2.0.0 (#11)
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent 8e76046 commit 5a02498

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0](https://github.com/flex-development/when/compare/1.0.0...2.0.0) (2026-02-19)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- `catch` support
6+
7+
### :package: Build
8+
9+
- [[`dd93b19`](https://github.com/flex-development/when/commit/dd93b19904b21760b5ae86a48fe7b7127adbcf95)] **deps-dev:** Bump @commitlint/cli from 20.4.1 to 20.4.2 in the commitlint group ([#9](https://github.com/flex-development/when/issues/9))
10+
- [[`9229069`](https://github.com/flex-development/when/commit/9229069b28f05bf3394c29d85ec3261c6246959b)] **deps-dev:** Bump happy-dom from 20.6.2 to 20.6.3 ([#10](https://github.com/flex-development/when/issues/10))
11+
12+
### :sparkles: Features
13+
14+
- [[`8d8f17f`](https://github.com/flex-development/when/commit/8d8f17f847ac90d5633d87c554229bbd42d9a1cf)] `catch` support
15+
- [[`003be0f`](https://github.com/flex-development/when/commit/003be0f34d1e626b0ee6ea940d73f0babd12df78)] **lib:** `isPromise`
16+
117
## 1.0.0 (2026-02-18)
218

319
### :package: Build
@@ -71,3 +87,4 @@
7187

7288

7389

90+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/when",
33
"description": "Chain callbacks on synchronous values or thenables without forcing Promise.resolve or microtasks.",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"keywords": [
66
"async",
77
"async",

0 commit comments

Comments
 (0)