diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1ce90f53d7c4ef..2acdf7eb22cccd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # @mdn/browser-compat-data release notes +## [v6.0.11](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.11) + +May 2, 2025 + +### Statistics + +- 5 contributors have changed 152 files with 342 additions and 404 deletions in 12 commits ([`v6.0.10...v6.0.11`](https://github.com/mdn/browser-compat-data/compare/v6.0.10...v6.0.11)) +- 17,017 total features +- 1,142 total contributors +- 5,220 total stargazers + ## [v6.0.10](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.10) April 29, 2025 diff --git a/package-lock.json b/package-lock.json index d9cfdd6af11408..98c9648c671db4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.10", + "version": "6.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "6.0.10", + "version": "6.0.11", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 64858d926504fc..e6c88f1c992aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.10", + "version": "6.0.11", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",