diff --git a/CHANGELOG.md b/CHANGELOG.md index 614ce34..6fb1f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v4.4.0 (13.9.2023) + +- added Brother support from ([younessssssss](https://github.com/younessssssss)) +- added code128 for epson support from ([treeindark](https://github.com/treeindark)) +- worked on epson default settings, +- fixed epson beep command + ## v4.3.0 (13.9.2023) - added experimental getStatus for epson printer, diff --git a/package.json b/package.json index 7fecc1c..2bc613b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-thermal-printer", - "version": "4.3.0", - "description": "Print on Epson, Star, Tranca and Drauma thermal printers with NodeJS", + "version": "4.4.0", + "description": "Print on Epson, Star, Tranca, Drauma and Brother thermal printers with NodeJS", "main": "node-thermal-printer.js", "repository": { "type": "git",