Skip to content

Commit

Permalink
add Deno 1.18 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 16, 2021
1 parent 29590d0 commit c95cde3
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 Deno 1.18 compat data mapping

##### 3.20.0 - 2021.12.16
- Added `structuredClone` method [from the HTML spec](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone), [see MDN](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -76,6 +76,7 @@ export default {
[94, '1.14'],
[95, '1.15'],
[97, '1.16'],
[98, '1.18'],
],
// 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 c95cde3

Please sign in to comment.