diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb1f44..0c33eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.4.1 (18.10.2023) + +- fixed star code page commands, +- changed to no default character set, +- changed no interface is available +- fixed fold sometimes fails because it is not string + + ## v4.4.0 (13.9.2023) - added Brother support from ([younessssssss](https://github.com/younessssssss)) diff --git a/package.json b/package.json index 2bc613b..cf43097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-thermal-printer", - "version": "4.4.0", + "version": "4.4.1", "description": "Print on Epson, Star, Tranca, Drauma and Brother thermal printers with NodeJS", "main": "node-thermal-printer.js", "repository": { @@ -31,4 +31,4 @@ "devDependencies": { "@types/node": "^10.14.2" } -} +} \ No newline at end of file