Skip to content

Commit

Permalink
add Oculus Quest Browser 33 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 30, 2024
1 parent 710104c commit 22bd526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat data mapping
- Added Electron 31 compat data mapping
- Updated Opera Android 82 compat data mapping
- Added Oculus Quest Browser 33 compat data mapping

##### [3.37.0 - 2024.04.17](https://github.com/zloirock/core-js/releases/tag/v3.37.0)
- Changes [v3.36.1...v3.37.0](https://github.com/zloirock/core-js/compare/v3.36.1...v3.37.0)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export default {
[118, '30.0'],
[120, '31.0'],
[122, '32.0'],
[124, '33.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/firefox_android.json
FirefoxToFirefoxAndroid(firefox) {
Expand Down

0 comments on commit 22bd526

Please sign in to comment.