Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e294710a0f | |||
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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/beautyfiglet",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A Node.js module for creating figlet text displays.",
|
||||
"exports": {
|
||||
".": "./dist_ts/index.js"
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user