Skip to content

Commit

Permalink
update Electron 30 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 28, 2024
1 parent a2ee3f1 commit 6a8dab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
##### Unreleased
- Compat data improvements:
- Added [Deno 1.40](https://deno.com/blog/v1.40) compat data mapping
- Updated Electron 30 compat data mapping

##### [3.35.1 - 2024.01.21](https://github.com/zloirock/core-js/releases/tag/v3.35.1)
- Fixed internal `ToLength` operation with bigints, [#1318](https://github.com/zloirock/core-js/issues/1318)
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default {
[118, '27.0'],
[120, '28.0'],
[122, '29.0'],
[122, '30.0'],
[123, '30.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
ChromeToOpera(chrome) {
Expand Down

0 comments on commit 6a8dab0

Please sign in to comment.