From a83697b1d998fa4e0159bbce9b2b051221560943 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 13 Feb 2025 08:12:44 -0800 Subject: [PATCH 1/2] prep for releasing 1.7.1 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e2810..e6f19a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ +## v1.7.1 + +- Roll `undici` dependency to address [CVE-2025-22150][]. +- Update to the latest npm dependencies. +- Recompile the action using the new Dart / JavaScript interop. + +[CVE-2025-22150]: https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 + ## v1.7.0 -- Install flutter sdk in publishing step, allowing Flutter packages to be +* Install flutter sdk in publishing step, allowing Flutter packages to be published ([#68][]) [#68]: https://github.com/dart-lang/setup-dart/issues/68 ## v1.6.5 -- Fix zip path handling on Windows 11 ([#118][]) +* Fix zip path handling on Windows 11 ([#118][]) [#118]: https://github.com/dart-lang/setup-dart/issues/118 From 98c346ef017093bb3c540607d43c8d0a5e2bae0a Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 13 Feb 2025 08:13:51 -0800 Subject: [PATCH 2/2] update list type --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f19a2..52594af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## v1.7.1 -- Roll `undici` dependency to address [CVE-2025-22150][]. -- Update to the latest npm dependencies. -- Recompile the action using the new Dart / JavaScript interop. +* Roll `undici` dependency to address [CVE-2025-22150][]. +* Update to the latest npm dependencies. +* Recompile the action using the new Dart / JavaScript interop. [CVE-2025-22150]: https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975