Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down