Skip to content

Commit

Permalink
add Electron 18.0 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 3, 2022
1 parent 32492dc commit 6df7c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- Added Electron 18.0 compat data mapping

##### 3.21.0 - 2022.02.02
- Added [Base64 utility methods](https://developer.mozilla.org/en-US/docs/Glossary/Base64):
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 @@ -114,6 +114,7 @@ export default {
[94, '15.0'],
[96, '16.0'],
[98, '17.0'],
[99, '18.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/samsunginternet_android.json
ChromeToSamsung: [
Expand Down

0 comments on commit 6df7c31

Please sign in to comment.