diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e5b553e440f611..0bbc911b01abc8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # @mdn/browser-compat-data release notes +## [v7.2.5](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.5) + +January 19, 2026 + +### Additions + +- `api.Document.requestStorageAccess.strict_same_origin_policy` ([#28682](https://github.com/mdn/browser-compat-data/pull/28682)) +- `css.types.random` ([#28840](https://github.com/mdn/browser-compat-data/pull/28840)) + +### Statistics + +- 6 contributors have changed 19 files with 137 additions and 42 deletions in 9 commits ([`v7.2.4...v7.2.5`](https://github.com/mdn/browser-compat-data/compare/v7.2.4...v7.2.5)) +- 19,206 total features +- 1,218 total contributors +- 5,562 total stargazers + ## [v7.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v7.2.4) January 15, 2026 diff --git a/package-lock.json b/package-lock.json index 4ebc529b0a5348..a9d55093973da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.2.4", + "version": "7.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.2.4", + "version": "7.2.5", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 79184ff7418b82..28ec27d2a355ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.2.4", + "version": "7.2.5", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",