Skip to content

Commit

Permalink
Merge pull request #50 from tiagosiebler/release5
Browse files Browse the repository at this point in the history
v0.5.0: feat() initial release
  • Loading branch information
tiagosiebler authored Sep 30, 2024
2 parents edfedb9 + 95a005b commit 57a0982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm run build
if: steps.version-updated.outputs.has-updated

# - run: npm publish --ignore-scripts --provenance
# if: steps.version-updated.outputs.has-updated
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm publish --ignore-scripts --provenance
if: steps.version-updated.outputs.has-updated
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
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": "coinbase-api",
"version": "0.4.0",
"version": "0.5.0",
"description": "Node.js SDK for Coinbase's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 57a0982

Please sign in to comment.