Skip to content

Commit 6b2affa

Browse files
authored
Merge pull request #11 from node-escpos/changeset-release/main
chore: update versions
2 parents d1b6286 + d930c71 commit 6b2affa

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

.changeset/lovely-hairs-stare.md

-7
This file was deleted.

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @node-escpos/core
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- bc7e2e5: 🐛 Solved a bug that printing images is not correct.
8+
🧾 Update demo of README.
9+
310
## 0.0.1
411

512
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-escpos/core",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Caspian <[email protected]> (https://github.com/dohooo)",

packages/usb-adapter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @node-escpos/usb-adapter
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- bc7e2e5: 🐛 Solved a bug that printing images is not correct.
8+
🧾 Update demo of README.
9+
310
## 0.0.1
411

512
### Patch Changes

packages/usb-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-escpos/usb-adapter",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Caspian <[email protected]> (https://github.com/dohooo)",

0 commit comments

Comments
 (0)