Skip to content

Commit 72b4356

Browse files
authored
Merge pull request #45 from node-escpos/changeset-release/main
chore: update versions
2 parents 23e574f + c4dd638 commit 72b4356

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/bluetooth-adapter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @node-escpos/bluetooth-adapter
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 9813ed7: Implemented the bluetooth adapter.

packages/bluetooth-adapter/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-escpos/bluetooth-adapter",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
@@ -41,7 +41,6 @@
4141
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
4242
"dev": "unbuild --stub",
4343
"lint": "eslint .",
44-
4544
"release": "bumpp && npm publish",
4645
"start": "esno src/index.ts",
4746
"test": "vitest",

0 commit comments

Comments
 (0)