Skip to content

Commit 003fa71

Browse files
authored
Release v6.0.17 (#26855)
1 parent dfc7200 commit 003fa71

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

RELEASE_NOTES.md

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

3+
## [v6.0.17](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.17)
4+
5+
May 23, 2025
6+
7+
### Additions
8+
9+
- `api.LanguageDetector` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
10+
- `api.LanguageDetector.availability_static` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
11+
- `api.LanguageDetector.create_static` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
12+
- `api.LanguageDetector.destroy` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
13+
- `api.LanguageDetector.detect` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
14+
- `api.LanguageDetector.expectedInputLanguages` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
15+
- `api.LanguageDetector.inputQuota` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
16+
- `api.LanguageDetector.measureInputUsage` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
17+
- `api.Translator` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
18+
- `api.Translator.availability_static` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
19+
- `api.Translator.create_static` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
20+
- `api.Translator.destroy` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
21+
- `api.Translator.inputQuota` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
22+
- `api.Translator.measureInputUsage` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
23+
- `api.Translator.sourceLanguage` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
24+
- `api.Translator.targetLanguage` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
25+
- `api.Translator.translate` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
26+
- `api.Translator.translateStreaming` ([#26871](https://github.com/mdn/browser-compat-data/pull/26871))
27+
- `manifests.webapp.scope_extensions` ([#26890](https://github.com/mdn/browser-compat-data/pull/26890))
28+
29+
### Statistics
30+
31+
- 9 contributors have changed 43 files with 4,228 additions and 2,914 deletions in 22 commits ([`v6.0.16...v6.0.17`](https://github.com/mdn/browser-compat-data/compare/v6.0.16...v6.0.17))
32+
- 17,171 total features
33+
- 1,154 total contributors
34+
- 5,254 total stargazers
35+
336
## [v6.0.16](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.16)
437

538
May 20, 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.16",
3+
"version": "6.0.17",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)