fix(core): Improve error messages in renderText and listFonts methods
This commit is contained in:
parent
e40c6bb713
commit
81228d1972
@ -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
|
||||
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user