Skip to content

Commit 8b98cfd

Browse files
committed
add Samsung Internet 16.0 compat data mapping
1 parent c3872b1 commit 8b98cfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22
##### Unreleased
3-
- Nothing
3+
- Added Samsung Internet 16.0 compat data mapping
44

55
##### 3.17.2 - 2021.09.03
66
- Fixed missed cases of ES3 reserved words usage, related to [#980](https://github.com/zloirock/core-js/issues/980)

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export default {
124124
[83, '13.0'],
125125
[87, '14.0'],
126126
[90, '15.0'],
127+
[92, '16.0'],
127128
],
128129
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json
129130
ChromeToOpera(chrome) {

0 commit comments

Comments
 (0)