Skip to content

Commit

Permalink
Version Bump v0.0.3 (#31)
Browse files Browse the repository at this point in the history
* version bump

* add npm token
  • Loading branch information
bh2smith authored Feb 21, 2024
1 parent a176f9d commit aa7f9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.DUNE_NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-dune-client",
"version": "0.0.2",
"name": "@dune.com/client-sdk",
"version": "0.0.3",
"author": "Ben Smith <[email protected]>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "[email protected]:bh2smith/ts-dune-client.git",
Expand Down

0 comments on commit aa7f9fb

Please sign in to comment.