Skip to content

Commit

Permalink
Merge pull request #45 from node-escpos/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
dohooo authored Dec 18, 2022
2 parents 23e574f + c4dd638 commit 72b4356
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/bluetooth-adapter.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bluetooth-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @node-escpos/bluetooth-adapter

## 0.1.0

### Minor Changes

- 9813ed7: Implemented the bluetooth adapter.
3 changes: 1 addition & 2 deletions packages/bluetooth-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-escpos/bluetooth-adapter",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "",
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
Expand Down Expand Up @@ -41,7 +41,6 @@
"build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'",
"dev": "unbuild --stub",
"lint": "eslint .",

"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down

0 comments on commit 72b4356

Please sign in to comment.