Skip to content

Commit a9220e7

Browse files
committed
Release v6.0.37
1 parent 811e745 commit a9220e7

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

RELEASE_NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v6.0.37](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.37)
4+
5+
July 31, 2025
6+
7+
### Additions
8+
9+
- `javascript.builtins.AsyncDisposableStack.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
10+
- `javascript.builtins.AsyncIterator.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
11+
- `javascript.builtins.DisposableStack.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
12+
- `javascript.builtins.Iterator.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
13+
- `javascript.builtins.SuppressedError.error` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
14+
- `javascript.builtins.SuppressedError.suppressed` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
15+
- `javascript.statements.await_using` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
16+
17+
### Statistics
18+
19+
- 5 contributors have changed 22 files with 428 additions and 84 deletions in 11 commits ([`v6.0.36...v6.0.37`](https://github.com/mdn/browser-compat-data/compare/v6.0.36...v6.0.37))
20+
- 17,688 total features
21+
- 1,177 total contributors
22+
- 5,340 total stargazers
23+
324
## [v6.0.36](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.36)
425

526
July 28, 2025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "6.0.36",
3+
"version": "6.0.37",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)