diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1577578522f1cf..5e4cfd3ae21d8a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,35 @@ # @mdn/browser-compat-data release notes +## [v7.1.6](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.6) + +September 16, 2025 + +### Removals + +- `api.Fence.setReportEventDataForAutomaticBeacons.start_commit_eventType` ([#27831](https://github.com/mdn/browser-compat-data/pull/27831)) +- `api.Permissions.permission_compute-pressure` ([#27794](https://github.com/mdn/browser-compat-data/pull/27794)) + +### Additions + +- `api.FederatedCredential.iconURL` ([#27813](https://github.com/mdn/browser-compat-data/pull/27813)) +- `api.FederatedCredential.name` ([#27813](https://github.com/mdn/browser-compat-data/pull/27813)) +- `api.IDBDatabase.abort_event` ([#27167](https://github.com/mdn/browser-compat-data/pull/27167)) +- `api.Notification.navigate` ([#27812](https://github.com/mdn/browser-compat-data/pull/27812)) +- `api.Performance.interactionCount` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902)) +- `browsers.bun.releases.1.2.22` ([#27893](https://github.com/mdn/browser-compat-data/pull/27893)) +- `browsers.deno.releases.2.2.10` ([#27845](https://github.com/mdn/browser-compat-data/pull/27845)) +- `javascript.builtins.Map.getOrInsert` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902)) +- `javascript.builtins.Map.getOrInsertComputed` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902)) +- `javascript.builtins.WeakMap.getOrInsert` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902)) +- `javascript.builtins.WeakMap.getOrInsertComputed` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902)) + +### Statistics + +- 8 contributors have changed 52 files with 599 additions and 611 deletions in 26 commits ([`v7.1.5...v7.1.6`](https://github.com/mdn/browser-compat-data/compare/v7.1.5...v7.1.6)) +- 17,826 total features +- 1,196 total contributors +- 5,399 total stargazers + ## [v7.1.5](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.5) September 12, 2025 diff --git a/package-lock.json b/package-lock.json index b0aeaa97339563..0088c217c48cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.5", + "version": "7.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.1.5", + "version": "7.1.6", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 2c5cf6aab2c11f..aa4704087f891e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.5", + "version": "7.1.6", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",