Skip to content

Commit

Permalink
v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 18, 2024
1 parent 2acb050 commit 5a764fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.23.2 / 2024-03-17
=================
* [Fix] `records/regexp-record`: add optional `[[UnicodeSets]]` boolean field
* [Fix] `ES2024`+: `AddValueToKeyedGroup`: avoid adding matched values twice
* [Fix] `ES5`: `CheckObjectCoercible`: use the right function name
* [Fix] `ES2024`+: `AddEntriesFromIterable`, `GetIterator`, `GroupBy`: properly capitalize spec enums
* [Deps] update `string.prototype.trim`, `string.prototype.trimend`
* [Tests] increase coverage

1.23.1 / 2024-03-16
=================
* [Refactor] use `es-object-atoms`
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.1",
"version": "1.23.2",
"author": {
"name": "Jordan Harband",
"email": "[email protected]",
Expand Down

0 comments on commit 5a764fe

Please sign in to comment.