Skip to content

Commit 819ba51

Browse files
committed
Version 4.4.5
1 parent 2b34e7c commit 819ba51

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.4.5 (25.3.2025)
4+
5+
- added Brother printer type to .d.ts
6+
37
## v4.4.4 (20.2.2025)
48

59
- fixed fold function when string contains \n,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node Thermal Printer v4.4.4
1+
# Node Thermal Printer v4.4.5
22

33
Node.js module for Epson, Star, Tanca, Daruma, and Brother thermal printers command line printing.
44

node-thermal-printer.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for node-thermal-printer 4.4.4
1+
// Type definitions for node-thermal-printer 4.4.5
22
// Project: https://github.com/Klemen1337/node-thermal-printer
33
// Definitions by: Klemen Kastelic<https://github.com/Klemen1337>
44
// TypeScript Version: 3.5.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-thermal-printer",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"description": "Print on Epson, Star, Tranca, Daruma and Brother thermal printers with Node.js",
55
"main": "node-thermal-printer.js",
66
"repository": {

0 commit comments

Comments
 (0)