From 83e97f62d8d18dec98f3e0070a9362b8bd457a76 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 29 May 2024 18:28:36 -0700 Subject: [PATCH] changelog 7.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe69803..b0448c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.2 + +- DRY the command definitions into a single `makeCommand` method, + and update the type signatures to more appropriately infer the + return type from the options and arguments provided. + ## 7.1 - Update minipass to v7.1.0