Skip to content

Commit

Permalink
add Deno 1.23 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 18, 2022
1 parent 553c26e commit 4ecb193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Avoided creation of extra properties for the handling of `%TypedArray%` constructors in new methods, [#1092 (comment)](https://github.com/zloirock/core-js/issues/1092#issuecomment-1158760512)
- Added Deno 1.23 compat data mapping

##### [3.23.1 - 2022.06.14](https://github.com/zloirock/core-js/releases/tag/v3.23.1)
- Fixed possible error on multiple `core-js` copies, [#1091](https://github.com/zloirock/core-js/issues/1091)
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 @@ -83,6 +83,7 @@ export default {
[100, '1.20'],
[100, '1.21'],
[100, '1.22'],
[104, '1.23'],
],
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
// Maybe also required to handle used Node versions?
Expand Down

0 comments on commit 4ecb193

Please sign in to comment.