Skip to content

Commit

Permalink
add Electron 31 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 18, 2024
1 parent 5f7c8be commit b6a7da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Nothing
- Compat data improvements:
- Added Electron 31 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
Expand Up @@ -156,6 +156,7 @@ export default {
[120, '28.0'],
[122, '29.0'],
[124, '30.0'],
[125, '31.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
ChromeToOpera(chrome) {
Expand Down

0 comments on commit b6a7da6

Please sign in to comment.