diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cfdbcf9086e4c4..892089cd9eafdd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,22 @@ # @mdn/browser-compat-data release notes +## [v8.0.3](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.3) + +June 9, 2026 + +### Additions + +- `browsers.safari_ios.releases.27` ([#29827](https://github.com/mdn/browser-compat-data/pull/29827)) +- `browsers.safari.releases.27` ([#29827](https://github.com/mdn/browser-compat-data/pull/29827)) +- `browsers.webview_ios.releases.27` ([#29827](https://github.com/mdn/browser-compat-data/pull/29827)) + +### Statistics + +- 3 contributors have changed 9 files with 44 additions and 3 deletions in 3 commits ([`next...v8.0.3`](https://github.com/mdn/browser-compat-data/compare/next...v8.0.3)) +- 19,806 total features +- 1,254 total contributors +- 5,682 total stargazers + ## [v8.0.2](https://github.com/mdn/browser-compat-data/releases/tag/v8.0.2) June 5, 2026 diff --git a/package-lock.json b/package-lock.json index 654a6efbcbaaaf..ce8d1a7923c617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "8.0.2", + "version": "8.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "8.0.2", + "version": "8.0.3", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 3a304fde557d38..a8a67996a07ebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "8.0.2", + "version": "8.0.3", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "type": "module",