diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a615bec8ea9f40..0a929cc57f8b3e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,23 @@ # @mdn/browser-compat-data release notes +## [v6.0.27](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.27) + +June 27, 2025 + +### Additions + +- `api.CredentialsContainer.create.publicKey_option.hints` ([#27147](https://github.com/mdn/browser-compat-data/pull/27147)) +- `api.CredentialsContainer.get.publicKey_option.hints` ([#27147](https://github.com/mdn/browser-compat-data/pull/27147)) +- `browsers.edge.releases.141` ([#27158](https://github.com/mdn/browser-compat-data/pull/27158)) +- `css.types.progress` ([#27152](https://github.com/mdn/browser-compat-data/pull/27152)) + +### Statistics + +- 6 contributors have changed 23 files with 285 additions and 60 deletions in 24 commits ([`v6.0.26...v6.0.27`](https://github.com/mdn/browser-compat-data/compare/v6.0.26...v6.0.27)) +- 17,303 total features +- 1,167 total contributors +- 5,295 total stargazers + ## [v6.0.26](https://github.com/mdn/browser-compat-data/releases/tag/v6.0.26) June 24, 2025 diff --git a/package-lock.json b/package-lock.json index 49e3892f6e99e1..fb2fc60cb9ef6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.26", + "version": "6.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "6.0.26", + "version": "6.0.27", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index f9efa7f8b288d2..3b4f06b5883084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "6.0.26", + "version": "6.0.27", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",