Skip to content

Commit

Permalink
v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 21, 2023
1 parent 46b1bb8 commit a3f8acc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.22.3 / 2023-10-20
=================
* [Fix] `ES2015`+: `GetSubstitution`: accept `undefined` instead of a hole
* [Refactor] use `hasown` instead of `has`
* [Deps] update `call-bind`, `get-intrinsic`, `object-inspect`, `which-typed-array`
* [Dev Deps] update `function-bind`, `is-core-module`, `mock-property`, `tape`

1.22.2 / 2023-09-14
=================
* [Fix] `ES2015`+: `NewPromiseCapability`: use AOs from the current year, not 2022
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.22.2",
"version": "1.22.3",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
Expand Down

0 comments on commit a3f8acc

Please sign in to comment.