Skip to content

Commit

Permalink
fix missed modules-by-versions data
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 1, 2021
1 parent ab7c33e commit 4576d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- Fixed missed `modules-by-versions` data

##### 3.17.0 - 2021.09.02
- [Accessible `Object.prototype.hasOwnProperty` (`Object.hasOwn`) proposal](https://github.com/tc39/proposal-accessible-object-hasownproperty) moved to the stable ES, [per August 2021 TC39 meeting](https://github.com/babel/proposals/issues/76#issuecomment-909288348)
Expand Down
6 changes: 6 additions & 0 deletions packages/core-js-compat/src/modules-by-versions.mjs
Expand Up @@ -101,4 +101,10 @@ export default {
'esnext.typed-array.filter-reject',
'esnext.typed-array.group-by',
],
3.17: [
'es.array.at',
'es.object.has-own',
'es.string.at-alternative',
'es.typed-array.at',
],
};

0 comments on commit 4576d42

Please sign in to comment.