Skip to content

Commit f747529

Browse files
committed
add Electron 42 compat data mapping
1 parent 0256165 commit f747529

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
- [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as [shipped in V8 ~ Chrome 146](https://issues.chromium.org/issues/434977727#comment7)
8787
- [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as shipped in Safari 26.4
8888
- Added [Deno 2.6.7](https://github.com/denoland/deno/releases/tag/v2.6.7) compat data mapping
89+
- Added Electron 42 compat data mapping
8990
- Added [Opera Android 95](https://forums.opera.com/topic/87912/opera-for-android-95) compat data mapping
9091
- Added Oculus Quest Browser 42 compat data mapping
9192

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export default {
184184
[142, '39.0'],
185185
[144, '40.0'],
186186
[146, '41.0'],
187+
[147, '42.0'],
187188
],
188189
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
189190
ChromeToOpera(chrome) {

0 commit comments

Comments
 (0)