diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3bf4bdf0874fcb..83676dba3b5140 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,20 @@ # @mdn/browser-compat-data release notes +## [v7.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.4) + +January 12, 2026 + +### Additions + +- `javascript.builtins.Iterator.concat` ([#28788](https://github.com/mdn/browser-compat-data/pull/28788)) + +### Statistics + +- 6 contributors have changed 22 files with 904 additions and 354 deletions in 21 commits ([`v7.2.3...v7.2.4`](https://github.com/mdn/browser-compat-data/compare/v7.2.3...v7.2.4)) +- 19,163 total features +- 1,214 total contributors +- 5,552 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 ab3efe73f47724..a487ccbf398908 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 a159c66f35676a..5356c298414137 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",