Skip to content

Commit

Permalink
version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw committed May 3, 2023
1 parent 77b3efa commit d3f3d61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Test and Watch",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"runtimeArgs": [
"test:debug"
],
"port": 9229
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "escpos-buffer",
"version": "4.0.0",
"version": "4.0.1",
"description": "Library to generate buffer for thermal printers.",
"author": "GrandChef Team <desenvolvimento@grandchef.com.br>",
"license": "MIT",
Expand Down

0 comments on commit d3f3d61

Please sign in to comment.