diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 40d217e29bf356..12aa1e79db729d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # @mdn/browser-compat-data release notes +## [v6.0.34](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.34) + +July 22, 2025 + +### Additions + +- `api.CredentialsContainer.get.identity_option.providers_option_domainHint` ([#27333](https://github.com/mdn/browser-compat-data/pull/27333)) +- `javascript.builtins.Intl.Locale.variants` ([#27361](https://github.com/mdn/browser-compat-data/pull/27361)) + +### Statistics + +- 7 contributors have changed 66 files with 460 additions and 381 deletions in 9 commits ([`v6.0.33...v6.0.34`](https://github.com/mdn/browser-compat-data/compare/v6.0.33...v6.0.34)) +- 17,663 total features +- 1,176 total contributors +- 5,325 total stargazers + ## [v6.0.33](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.33) July 18, 2025 diff --git a/package-lock.json b/package-lock.json index 8b51995ba48ed0..a25514cca4927e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.33", + "version": "6.0.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "6.0.33", + "version": "6.0.34", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 58a9e3b91a67b2..d9429d3e07ca96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.33", + "version": "6.0.34", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",