Skip to content

Commit

Permalink
update deno 1.40 compat data mapping: the released 1.40.0 uses v8 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 27, 2024
1 parent b636648 commit a2ee3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Nothing
- Compat data improvements:
- Added [Deno 1.40](https://deno.com/blog/v1.40) compat data mapping

##### [3.35.1 - 2024.01.21](https://github.com/zloirock/core-js/releases/tag/v3.35.1)
- Fixed internal `ToLength` operation with bigints, [#1318](https://github.com/zloirock/core-js/issues/1318)
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {
[118, '1.37'],
[120, '1.38'],
[120, '1.39'],
[120, '1.40'],
[121, '1.40'],
],
// https://releases.electronjs.org/
// https://github.com/electron/electron/releases
Expand Down

0 comments on commit a2ee3f1

Please sign in to comment.