diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c0e727444d367e..7672fb3bfcf2a5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,37 @@ # @mdn/browser-compat-data release notes +## [v7.3.16](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.16) + +May 15, 2026 + +### Removals + +- `webassembly.mutable-globals` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) + +### Additions + +- `api.AuthenticatorAttestationResponse.getPublicKey.algorithm_eddsa` ([#29637](https://github.com/mdn/browser-compat-data/pull/29637)) +- `api.AuthenticatorAttestationResponse.getPublicKey.algorithm_es256` ([#29637](https://github.com/mdn/browser-compat-data/pull/29637)) +- `api.AuthenticatorAttestationResponse.getPublicKey.algorithm_rs256` ([#29637](https://github.com/mdn/browser-compat-data/pull/29637)) +- `api.Element.attachShadow.options_slotAssignment_parameter` ([#29681](https://github.com/mdn/browser-compat-data/pull/29681)) +- `browsers.bun.releases.1.3.14` ([#29675](https://github.com/mdn/browser-compat-data/pull/29675)) +- `css.types.url.integrity` ([#29663](https://github.com/mdn/browser-compat-data/pull/29663)) +- `http.headers.Reporting-Endpoints.default` ([#29539](https://github.com/mdn/browser-compat-data/pull/29539)) +- `http.headers.Reporting-Endpoints.default.receives_crash_type` ([#29539](https://github.com/mdn/browser-compat-data/pull/29539)) +- `http.headers.Reporting-Endpoints.default.receives_deprecation_type` ([#29539](https://github.com/mdn/browser-compat-data/pull/29539)) +- `webassembly.api.Global.Global.mutable` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) +- `webassembly.definitions.global` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) +- `webassembly.definitions.global.mut` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) +- `webassembly.instructions.global_get` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) +- `webassembly.instructions.global_set` ([#29503](https://github.com/mdn/browser-compat-data/pull/29503)) + +### Statistics + +- 15 contributors have changed 106 files with 1,549 additions and 386 deletions in 37 commits ([`v7.3.15...v7.3.16`](https://github.com/mdn/browser-compat-data/compare/v7.3.15...v7.3.16)) +- 19,744 total features +- 1,249 total contributors +- 5,663 total stargazers + ## [v7.3.15](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.15) May 8, 2026 diff --git a/package-lock.json b/package-lock.json index 4356d25802b619..701828fa543a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.15", + "version": "7.3.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.3.15", + "version": "7.3.16", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 74efc45468be2c..6989cf5a9e86ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.15", + "version": "7.3.16", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "type": "module",