Skip to content

Commit

Permalink
add Samsung Internet 16.0 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 5, 2021
1 parent c3872b1 commit 8b98cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- Added Samsung Internet 16.0 compat data mapping

##### 3.17.2 - 2021.09.03
- Fixed missed cases of ES3 reserved words usage, related to [#980](https://github.com/zloirock/core-js/issues/980)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -124,6 +124,7 @@ export default {
[83, '13.0'],
[87, '14.0'],
[90, '15.0'],
[92, '16.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
ChromeToOpera(chrome) {
Expand Down

0 comments on commit 8b98cfd

Please sign in to comment.