Skip to content

Commit

Permalink
add Deno 2.1 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 21, 2024
1 parent ebf97cc commit fcbba97
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
Expand Up @@ -11,6 +11,7 @@
- [`Promise.try`](https://github.com/tc39/proposal-promise-try) marked as shipped from FF134
- [`Symbol.dispose`, `Symbol.asyncDispose` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as shipped from FF134
- Fixed NodeJS version where `URL.parse` was added - 22.1 instead of 22.0
- Added [Deno 2.1](https://github.com/denoland/deno/releases/tag/v2.1.0) compat data mapping

##### [3.39.0 - 2024.10.31](https://github.com/zloirock/core-js/releases/tag/v3.39.0)
- Changes [v3.38.1...v3.39.0](https://github.com/zloirock/core-js/compare/v3.38.1...v3.39.0)
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 @@ -112,6 +112,7 @@ export default {
[127, '1.45'],
[129, '1.46'],
[129, '2.0'],
[130, '2.1'],
],
// https://releases.electronjs.org/
// https://github.com/electron/electron/releases
Expand Down

0 comments on commit fcbba97

Please sign in to comment.