From 81228d1972e67ad70b22c24b8003b556f5a65f04 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 Jan 2025 17:36:00 +0100 Subject: [PATCH] fix(core): Improve error messages in renderText and listFonts methods --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 46739c7..2767214 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-01-14 - 1.0.7 - fix(core) +Improve error messages in renderText and listFonts methods + +- Improved error handling in renderText and listFonts methods +- Ensure proper rejection messages during errors + ## 2025-01-14 - 1.0.6 - fix(core) Update .gitignore to improve ignored paths diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9b139ba..3242964 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/beautyfiglet', - version: '1.0.6', + version: '1.0.7', description: 'A Node.js module for creating figlet text displays.' }