Skip to content

Commit

Permalink
add Opera Android 70 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 11, 2022
1 parent b9776be commit 325e059
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 Opera Android 70 compat data mapping

##### [3.23.4 - 2022.07.10](https://github.com/zloirock/core-js/releases/tag/v3.23.4)
- Added a workaround of the Bun ~ 0.1.1 [bug](https://github.com/Jarred-Sumner/bun/issues/399) that define some globals with incorrect property descriptors and that causes a crash of `core-js`
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -182,6 +182,7 @@ export default {
[96, 67],
[99, 68],
[100, 69],
[102, 70],
],
ChromeToAndroid: [
[9, '3.0'],
Expand Down

0 comments on commit 325e059

Please sign in to comment.