From 2e47477d5f05c76cce0551a9bc40b3053d0b4b17 Mon Sep 17 00:00:00 2001 From: zuisong Date: Fri, 8 Sep 2023 11:45:32 +0800 Subject: [PATCH 1/2] update github action --- .github/workflows/npm-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1c57115..fa5c5ca 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -7,6 +7,9 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - uses: actions/checkout@v3 @@ -24,3 +27,4 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} registry: https://registry.npmjs.org/ + provenance: true From 42cc3799be18f9410d607ab959e91584d4f3266a Mon Sep 17 00:00:00 2001 From: zuisong Date: Fri, 8 Sep 2023 11:45:55 +0800 Subject: [PATCH 2/2] release 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd0f186..380bc7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsify-kroki", - "version": "1.1.2", + "version": "1.2.0", "description": "kroki plugin of docsify", "main": "dist/docsify-kroki.js", "scripts": {