Skip to content

Commit

Permalink
v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 13, 2024
1 parent c7d7521 commit 5a2665d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.23.4 / 2024-11-12
=================
* [Fix] `ES2024`+: Iterator Records can now have non-functions in `[[NextMethod]]`
* [meta] update spec URL comments
* [Deps] update `globalthis`, `object-inspect`, `regexp.prototype.flags`
* [Dev Deps] update `@ljharb/eslint-config`, `@unicode/unicode-15.0.0`, `diff`, `es-value-fixtures`, `is-core-module`, `mock-property`, `ses`, `tape`
* [actions] split out node 10-20, and 20+
* [Tests] switch to `npm audit` from `aud`
* [Tests] use `.assertion` instead of monkeypatching tape
* [Tests] increase coverage

1.23.3 / 2024-03-29
=================
* [Fix] `ES2024`: `StringPad`, `StringPaddingBuiltinsImpl`: prefer uppercase spec enums
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.3",
"version": "1.23.4",
"author": {
"name": "Jordan Harband",
"email": "[email protected]",
Expand Down

0 comments on commit 5a2665d

Please sign in to comment.