From 39fd70b048b762bd162ae2da5dbdb2062d4908f7 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 14 Sep 2023 09:16:41 -0700 Subject: [PATCH] v1.22.2 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3bba367..0fc5135c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.22.2 / 2023-09-14 +================= + * [Fix] `ES2015`+: `NewPromiseCapability`: use AOs from the current year, not 2022 + * [Refactor] `ES2021`+: `SetTypedArrayFromArrayLike`: use `IsBigIntElementType` + * [Refactor] properly name `helpers/typedArrayConstructors` + * [Refactor] simplify helpers + * [Deps] update `arraybuffer.prototype.slice`, `function.prototype.name`, `is-typed-array`, `regexp.prototype.flags`, `safe-array-concat`, `string.prototype.trim`, `string.prototype.trimend`, `string.prototype.trimstart`, `which-typed-array` + * [actions] update actions + * [Tests] run SES tests on more node versions + * [Dev Deps] update `@unicode/unicode-15.0.0`, `array.from`, `array.prototype.filter`, `array.prototype.flatmap`, `array.prototype.indexof`, `is-core-module`, `object.fromentries`, `ses`, `tape` + 1.22.1 / 2023-07-15 ================= * [Deps] add missing `safe-array-concat` dep @@ -19,7 +30,7 @@ * [Refactor] add `isInteger` helper, and use it * [Refactor] extract `isStringOrHole` to a helper * [Refactor] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: extract common code to helpers - * [Refactor] make a MAX_VALUE helper + * [Refactor] make a `MAX_VALUE` helper * [Tests] fix RawBytesToNumeric tests in node v10.4-10.8 * [Tests] fix buffer test cases in node v10.4-v10.8 diff --git a/package.json b/package.json index 3fab8dce..6eb846ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-abstract", - "version": "1.22.1", + "version": "1.22.2", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com",