Skip to content

Commit 2945240

Browse files
authored
Release v5.6.34 (#25772)
1 parent 531c731 commit 2945240

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

RELEASE_NOTES.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v5.6.34](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.34)
4+
5+
January 28, 2025
6+
7+
### Additions
8+
9+
- `api.fetch.init_duplex_parameter` ([#25488](https://github.com/mdn/browser-compat-data/pull/25488))
10+
- `api.Request.Request.init_duplex_parameter` ([#25488](https://github.com/mdn/browser-compat-data/pull/25488))
11+
- `browsers.nodejs.releases.19.1.0` ([#25488](https://github.com/mdn/browser-compat-data/pull/25488))
12+
- `webextensions.api.webRequest.onAuthRequired.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
13+
- `webextensions.api.webRequest.onBeforeRedirect.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
14+
- `webextensions.api.webRequest.onBeforeRequest.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
15+
- `webextensions.api.webRequest.onBeforeSendHeaders.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
16+
- `webextensions.api.webRequest.onCompleted.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
17+
- `webextensions.api.webRequest.onErrorOccurred.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
18+
- `webextensions.api.webRequest.onHeadersReceived.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
19+
- `webextensions.api.webRequest.onResponseStarted.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
20+
- `webextensions.api.webRequest.onSendHeaders.details` ([#25770](https://github.com/mdn/browser-compat-data/pull/25770))
21+
22+
### Statistics
23+
24+
- 9 contributors have changed 35 files with 565 additions and 229 deletions in 20 commits ([`v5.6.33...v5.6.34`](https://github.com/mdn/browser-compat-data/compare/v5.6.33...v5.6.34))
25+
- 16,832 total features
26+
- 1,126 total contributors
27+
- 5,068 total stargazers
28+
329
## [v5.6.33](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.33)
430

531
January 24, 2025

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "5.6.33",
3+
"version": "5.6.34",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)