diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d95ccc4f19925f..88229fa6f0ba58 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,26 @@ # @mdn/browser-compat-data release notes +## [v6.0.15](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.15) + +May 16, 2025 + +### Removals + +- `html.elements.textarea.spellcheck` ([#26764](https://github.com/mdn/browser-compat-data/pull/26764)) + +### Additions + +- `browsers.edge.releases.139` ([#26805](https://github.com/mdn/browser-compat-data/pull/26805)) +- `browsers.opera.releases.121` ([#26802](https://github.com/mdn/browser-compat-data/pull/26802)) +- `javascript.builtins.Intl.Locale.getWeekInfo.returns_minimalDays_property` ([#26793](https://github.com/mdn/browser-compat-data/pull/26793)) + +### Statistics + +- 6 contributors have changed 165 files with 1,182 additions and 179 deletions in 21 commits ([`v6.0.14...v6.0.15`](https://github.com/mdn/browser-compat-data/compare/v6.0.14...v6.0.15)) +- 17,153 total features +- 1,154 total contributors +- 5,248 total stargazers + ## [v6.0.14](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.14) May 13, 2025 diff --git a/package-lock.json b/package-lock.json index 9082a88b6e7edb..307dcaece1ab32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.14", + "version": "6.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "6.0.14", + "version": "6.0.15", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 94d859dc05d5ba..208354cba08e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.14", + "version": "6.0.15", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",