Skip to content

Commit 64c780f

Browse files
committed
add Oculus Quest Browser 40 compat data mapping
1 parent a371638 commit 64c780f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22
##### Unreleased
3-
- Nothing
3+
- Compat data improvements:
4+
- Added Oculus Quest Browser 40 compat data mapping
45

56
##### [3.45.1 - 2025.08.20](https://github.com/zloirock/core-js/releases/tag/v3.45.1)
67
- Changes [v3.45.0...v3.45.1](https://github.com/zloirock/core-js/compare/v3.45.0...v3.45.1) (30 commits)

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ export default {
329329
[132, '37.0'],
330330
[134, '38.0'],
331331
[136, '39.0'],
332+
[138, '40.0'],
332333
],
333334
// https://github.com/mdn/browser-compat-data/blob/main/browsers/firefox_android.json
334335
FirefoxToFirefoxAndroid(firefox) {

0 commit comments

Comments
 (0)