Skip to content

Commit

Permalink
Merge branch 'release/0.5.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Oct 3, 2024
2 parents 55996b1 + a072fc9 commit 0aee14c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
elif [[ $GITHUB_REF == refs/tags/* ]]; then
# Publishing from a tag
VERSION=${GITHUB_REF#refs/tags/v}
npm publish --tag $VERSION
npm publish
fi
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcopy/homie-lit",
"version": "0.5.7",
"version": "0.5.8",
"description": "A TypeScript library integrating Homie devices with DOM element attributes for visualization",
"repository": "github:bcopy/homie-lit",
"main": "dist/homie-lit.js",
Expand Down

0 comments on commit 0aee14c

Please sign in to comment.