Skip to content

Commit

Permalink
add Electron 35 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 23, 2024
1 parent a027125 commit b3d2138
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 @@ -14,6 +14,7 @@
- [`Symbol.dispose`, `Symbol.asyncDispose` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as shipped from FF134
- Fixed NodeJS version where `URL.parse` was added - 22.1 instead of 22.0
- Added [Deno 2.1](https://github.com/denoland/deno/releases/tag/v2.1.0) compat data mapping
- Added Electron 35 compat data mapping

##### [3.39.0 - 2024.10.31](https://github.com/zloirock/core-js/releases/tag/v3.39.0)
- Changes [v3.38.1...v3.39.0](https://github.com/zloirock/core-js/compare/v3.38.1...v3.39.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 @@ -168,6 +168,7 @@ export default {
[128, '32.0'],
[130, '33.0'],
[132, '34.0'],
[133, '35.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
ChromeToOpera(chrome) {
Expand Down

0 comments on commit b3d2138

Please sign in to comment.