diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c33eca..3157dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v4.4.2 (23.1.2024) + +- fixed network hang ([treeindark](https://github.com/treeindark)) +- added Daruma cash drawer kick codes ([Rafatcb](https://github.com/Rafatcb)) +- added accept an optional character on drawLine ([Rafatcb](https://github.com/Rafatcb)) + + ## v4.4.1 (18.10.2023) - fixed star code page commands, diff --git a/LICENSE.md b/LICENSE.md index 9ca76c1..75e766a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Klemen Kastelic +Copyright (c) 2024 Klemen Kastelic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4e836da..34f5e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-thermal-printer", - "version": "4.4.1", + "version": "4.4.2", "description": "Print on Epson, Star, Tranca, Daruma and Brother thermal printers with Node.js", "main": "node-thermal-printer.js", "repository": {