From efa3cd504f063f10639b25b4fd4ab31048cd0826 Mon Sep 17 00:00:00 2001 From: Mathias Vagni Date: Mon, 8 May 2023 17:58:23 +0200 Subject: [PATCH 1/2] readme change --- .github/workflows/release.yaml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acad1c9..209365d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,8 +15,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "16" - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: actions/checkout@v2 - uses: tibdex/github-app-token@v1 id: generate-token @@ -33,4 +31,3 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index 5ad67d0..0be6ae2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # typescript-sdk -This is the Typescript/JS SDK for Plain.com's Core API. +This is the Typescript/JS SDK for Plain.com's Core API. It allows you to do basic actions. This is a work in progress. Docs are coming soon! From e2a9a7e4ae7c3956f0770f40c80ef4297681e710 Mon Sep 17 00:00:00 2001 From: Mathias Vagni Date: Mon, 8 May 2023 17:59:16 +0200 Subject: [PATCH 2/2] add changeset --- .changeset/olive-donkeys-hug.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/olive-donkeys-hug.md diff --git a/.changeset/olive-donkeys-hug.md b/.changeset/olive-donkeys-hug.md new file mode 100644 index 0000000..8495780 --- /dev/null +++ b/.changeset/olive-donkeys-hug.md @@ -0,0 +1,5 @@ +--- +'@team-plain/typescript-sdk': patch +--- + +Updated readme