Skip to content

Commit

Permalink
Merge pull request #20 from panoratech/feat/test-changeset2
Browse files Browse the repository at this point in the history
feat: pr
  • Loading branch information
naelob authored Oct 29, 2023
2 parents d2a1b38 + d33889b commit 6294e4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-zoos-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"panora-sdk": patch
---

dddd
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
with:
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class PanoraApiClient {

constructor(){}

public async getContacts(): Promise<string[]> {
public async getContact(): Promise<string[]> {
return [];
}

Expand Down

0 comments on commit 6294e4c

Please sign in to comment.