From 099ab11b34a5c997bcaa77b2469b3cd1bb306ff7 Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Wed, 26 Jun 2024 10:41:31 -0500 Subject: [PATCH] Update packages/clide-js/CHANGELOG.md --- packages/clide-js/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/clide-js/CHANGELOG.md b/packages/clide-js/CHANGELOG.md index c6bbac8..96eaf56 100644 --- a/packages/clide-js/CHANGELOG.md +++ b/packages/clide-js/CHANGELOG.md @@ -4,7 +4,8 @@ ### Minor Changes -- 2eb1489: - Polished up internal ✨**test utils**✨ and added them to the exports so you can easily test you're CLIs and plugins! +- 2eb1489: + - Polished up internal ✨**test utils**✨ and added them to the exports so you can easily test you're CLIs and plugins! - Made the `logger` plugin more full featured with `prefix`, `logFile`, and `enabled` options, and util functions for enabling/disabling the logger during runtime. - Added `formatFileName` util function to exports. - Added getters to `State` for `client`, ... so they can be accessed without needing to go through through `Context`.