From 8f624830e11f3c9ec87f82cb2860b30b34773b40 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 23 Mar 2025 00:39:44 -0700 Subject: [PATCH] Update changelog with v3 patch notes. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110cf35..f6c8787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,21 @@ Fix Typescript types. +## v3.2.2 + +### Notable Changes + +Implement lazy initialization of both APIs. + +Parse CLI output with regular expression and try to print as JSON before falling +back to text. + +Fix CLI statements that were causing issues with older versions of node. + +Fix getter type. + + + ## v3.2.1 ### Notable Changes -- 2.34.1