Skip to content

Commit

Permalink
v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 14, 2024
1 parent 18c71c4 commit d294183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.23.5 / 2024-11-14
=================
* [Fix] `ES2015`+: `CompletionRecord`: ensure `?` works on any non-abrupt completion

1.23.4 / 2024-11-12
=================
* [Fix] `ES2024`+: Iterator Records can now have non-functions in `[[NextMethod]]`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-abstract",
"version": "1.23.4",
"version": "1.23.5",
"author": {
"name": "Jordan Harband",
"email": "[email protected]",
Expand Down

0 comments on commit d294183

Please sign in to comment.