Skip to content

Commit e2b5813

Browse files
authored
Release v6.0.37 (#27432)
1 parent 34b6ea9 commit e2b5813

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

RELEASE_NOTES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
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+
August 2, 2025
6+
7+
### Removals
8+
9+
- `css.properties.-moz-image-region` ([#27467](https://github.com/mdn/browser-compat-data/pull/27467))
10+
- `css.selectors.-moz-focus-inner` ([#27467](https://github.com/mdn/browser-compat-data/pull/27467))
11+
12+
### Additions
13+
14+
- `api.Animation.commitStyles.endpoint_inclusive_commitStyles` ([#27421](https://github.com/mdn/browser-compat-data/pull/27421))
15+
- `javascript.builtins.AsyncDisposableStack.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
16+
- `javascript.builtins.AsyncIterator.@@asyncDispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
17+
- `javascript.builtins.DisposableStack.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
18+
- `javascript.builtins.Iterator.@@dispose` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
19+
- `javascript.builtins.SuppressedError.error` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
20+
- `javascript.builtins.SuppressedError.suppressed` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
21+
- `javascript.statements.await_using` ([#27386](https://github.com/mdn/browser-compat-data/pull/27386))
22+
- `webextensions.api.storage.local.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
23+
- `webextensions.api.storage.managed.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
24+
- `webextensions.api.storage.session.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
25+
- `webextensions.api.storage.StorageArea.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
26+
- `webextensions.api.storage.sync.getKeys` ([#27442](https://github.com/mdn/browser-compat-data/pull/27442))
27+
28+
### Statistics
29+
30+
- 10 contributors have changed 34 files with 657 additions and 174 deletions in 22 commits ([`v6.0.36...v6.0.37`](https://github.com/mdn/browser-compat-data/compare/v6.0.36...v6.0.37))
31+
- 17,692 total features
32+
- 1,178 total contributors
33+
- 5,342 total stargazers
34+
335
## [v6.0.36](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.36)
436

537
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)