fix(core): Improve error messages in renderText and listFonts methods

This commit is contained in:
Philipp Kunz 2025-01-14 17:36:00 +01:00
parent e40c6bb713
commit 81228d1972
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # 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) ## 2025-01-14 - 1.0.6 - fix(core)
Update .gitignore to improve ignored paths Update .gitignore to improve ignored paths

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/beautyfiglet', name: '@push.rocks/beautyfiglet',
version: '1.0.6', version: '1.0.7',
description: 'A Node.js module for creating figlet text displays.' description: 'A Node.js module for creating figlet text displays.'
} }