Skip to content

Commit

Permalink
v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 29, 2024
1 parent f1049a5 commit 8211080
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.23.3 / 2024-03-29
=================
* [Fix] `ES2024`: `StringPad`, `StringPaddingBuiltinsImpl`: prefer uppercase spec enums
* [Fix] `helpers/bytesAsInteger`: avoid a crash in node 10.4 - 10.8
* [Fix] `ES5`: `CheckObjectCoercible`: restore `optMessage` optional arg
* [Refactor] `ES2022`+: update `TimeString` to use `ToZeroPaddedDecimalString`
* [Robustness] use cached copies of builtins
* [Deps] update `string.prototype.trimstart`, `typed-array-length`
* [Dev Deps] update `array.from`, `array.prototype.filter`, `array.prototype.indexof`, `object.fromentries`, `safe-bigint`

1.23.2 / 2024-03-17
=================
* [Fix] `records/regexp-record`: add optional `[[UnicodeSets]]` boolean field
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.2",
"version": "1.23.3",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit 8211080

Please sign in to comment.