Skip to content

Commit

Permalink
Merge pull request #3 from AndrewLemons/dev
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
AndrewLemons authored Feb 12, 2024
2 parents cc15181 + 3709f9f commit 693f683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build
run: pnpm build
- name: Publish to NPM
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bambu-js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Tools to interact with Bambu Lab printers over MQTT and FTP.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 693f683

Please sign in to comment.