Skip to content

Commit

Permalink
Release v5.2.4 (#17898)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Sep 27, 2022
1 parent a1eb6e0 commit ad6df52
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release notes

## [v5.2.4](https://github.com/mdn/browser-compat-data/releases/tag/v5.2.4)

September 27, 2022

### Additions

- `api.AudioDecoder.dequeue_event` ([#17832](https://github.com/mdn/browser-compat-data/pull/17832))
- `api.AudioEncoder.dequeue_event` ([#17832](https://github.com/mdn/browser-compat-data/pull/17832))
- `api.VideoDecoder.dequeue_event` ([#17832](https://github.com/mdn/browser-compat-data/pull/17832))
- `api.VideoEncoder.dequeue_event` ([#17832](https://github.com/mdn/browser-compat-data/pull/17832))
- `css.types.abs` ([#10552](https://github.com/mdn/browser-compat-data/pull/10552))
- `css.types.hypot` ([#17871](https://github.com/mdn/browser-compat-data/pull/17871))
- `css.types.mod` ([#17873](https://github.com/mdn/browser-compat-data/pull/17873))
- `css.types.pow` ([#17869](https://github.com/mdn/browser-compat-data/pull/17869))
- `css.types.rem` ([#17872](https://github.com/mdn/browser-compat-data/pull/17872))
- `css.types.round` ([#17874](https://github.com/mdn/browser-compat-data/pull/17874))
- `css.types.sign` ([#10570](https://github.com/mdn/browser-compat-data/pull/10570))
- `css.types.sqrt` ([#17870](https://github.com/mdn/browser-compat-data/pull/17870))

### Statistics

- 9 contributors have changed 47 files with 767 additions and 358 deletions in 30 commits ([`v5.2.3...v5.2.4`](https://github.com/mdn/browser-compat-data/compare/v5.2.3...v5.2.4))
- 13,828 total features
- 945 total contributors
- 4,240 total stargazers

## [v5.2.3](https://github.com/mdn/browser-compat-data/releases/tag/v5.2.3)

September 20, 2022
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": "5.2.3",
"version": "5.2.4",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.ts",
"type": "module",
Expand Down

0 comments on commit ad6df52

Please sign in to comment.