diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3bf4bdf0874fcb..139485df0cd1c3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,30 @@ # @mdn/browser-compat-data release notes +## [v7.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.4) + +January 13, 2026 + +### Removals + +- `api.Document.startViewTransition.callbackOptions_parameter` ([#28541](https://github.com/mdn/browser-compat-data/pull/28541)) + +### Additions + +- `api.Document.startViewTransition.options_parameter` ([#28541](https://github.com/mdn/browser-compat-data/pull/28541)) +- `api.Document.startViewTransition.options_parameter.types_parameter` ([#28541](https://github.com/mdn/browser-compat-data/pull/28541)) +- `api.Document.startViewTransition.options_parameter.update_parameter` ([#28541](https://github.com/mdn/browser-compat-data/pull/28541)) +- `css.properties.content.alt_text.counters` ([#28763](https://github.com/mdn/browser-compat-data/pull/28763)) +- `css.selectors.marker.counter_support` ([#28625](https://github.com/mdn/browser-compat-data/pull/28625)) +- `css.selectors.marker.quotes_support` ([#28625](https://github.com/mdn/browser-compat-data/pull/28625)) +- `javascript.builtins.Iterator.concat` ([#28788](https://github.com/mdn/browser-compat-data/pull/28788)) + +### Statistics + +- 9 contributors have changed 30 files with 1,186 additions and 446 deletions in 30 commits ([`v7.2.3...v7.2.4`](https://github.com/mdn/browser-compat-data/compare/v7.2.3...v7.2.4)) +- 19,168 total features +- 1,215 total contributors +- 5,554 total stargazers + ## [v7.2.3](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.3) January 6, 2026 diff --git a/package-lock.json b/package-lock.json index b08ea0606e4b4b..e3642ac64d7683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.2.3", + "version": "7.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.2.3", + "version": "7.2.4", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 8137627518d0e0..72a309bf01b534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.2.3", + "version": "7.2.4", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",