Skip to content

Commit 1fa9873

Browse files
committed
add Electron 40 compat data mapping
1 parent 2f8a326 commit 1fa9873

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
@@ -4,6 +4,7 @@
44
- Compat data improvements:
55
- Missed [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) features [added in Bun 1.3.0](https://bun.com/blog/bun-v1.3#disposablestack-and-asyncdisposablestack)
66
- Added Oculus Quest Browser 41 compat data mapping
7+
- Added Electron 40 compat data mapping
78

89
### [3.46.0 - 2025.10.09](https://github.com/zloirock/core-js/releases/tag/v3.46.0)
910
- Changes [v3.45.1...v3.46.0](https://github.com/zloirock/core-js/compare/v3.45.1...v3.46.0) (116 commits)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export default {
180180
[138, '37.0'],
181181
[140, '38.0'],
182182
[142, '39.0'],
183+
[143, '40.0'],
183184
],
184185
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
185186
ChromeToOpera(chrome) {

0 commit comments

Comments
 (0)