diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d3a0fe598866b3..ff2da2acfcdb54 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,31 @@ # @mdn/browser-compat-data release notes +## [v7.3.11](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.11) + +April 10, 2026 + +### Additions + +- `api.PaymentRequest.getSecurePaymentConfirmationCapabilities_static` ([#29434](https://github.com/mdn/browser-compat-data/pull/29434)) +- `browsers.chrome_android.releases.150` ([#29413](https://github.com/mdn/browser-compat-data/pull/29413)) +- `browsers.chrome.releases.150` ([#29413](https://github.com/mdn/browser-compat-data/pull/29413)) +- `browsers.opera.releases.126` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.opera.releases.127` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.opera.releases.128` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.opera.releases.129` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.opera.releases.130` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.opera.releases.131` ([#29414](https://github.com/mdn/browser-compat-data/pull/29414)) +- `browsers.webview_android.releases.150` ([#29413](https://github.com/mdn/browser-compat-data/pull/29413)) +- `css.at-rules.container.container-query_optional` ([#29300](https://github.com/mdn/browser-compat-data/pull/29300)) +- `http.headers.Reporting-Endpoints.crash-reporting` ([#29399](https://github.com/mdn/browser-compat-data/pull/29399)) + +### Statistics + +- 6 contributors have changed 23 files with 472 additions and 283 deletions in 18 commits ([`v7.3.10...v7.3.11`](https://github.com/mdn/browser-compat-data/compare/v7.3.10...v7.3.11)) +- 19,549 total features +- 1,239 total contributors +- 5,628 total stargazers + ## [v7.3.10](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.10) April 3, 2026 diff --git a/package-lock.json b/package-lock.json index 3b38fcb58cb67d..6eb28667bb7327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.10", + "version": "7.3.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.3.10", + "version": "7.3.11", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 973b62b65b5e8e..5708e8e7f72ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.10", + "version": "7.3.11", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "type": "module",