From 0e9f68ea8a90c8d0431d209176cc718d36f1b5e5 Mon Sep 17 00:00:00 2001 From: JoseZapata3 <87088700+JoseZapata3@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:10:43 -0500 Subject: [PATCH 1/2] ci(workflows): update publish.yml and scorecard.yml (#154) --- .github/workflows/publish.yml | 2 +- .github/workflows/scorecards.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 520fe2e..d194518 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: - node-version: "16.x" + node-version: "18.x" registry-url: "https://registry.npmjs.org" - run: yarn install --immutable --immutable-cache --check-cache - run: npm publish diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 75e8ea3..1f0663d 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -35,6 +35,8 @@ jobs: *.sigstore.dev:443 *.bestpractices.dev:443 *.storage.googleapis.com:443 + api.deps.dev:433 + api.scorecard.dev:443 - name: "Checkout code" uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 From 29527c328c97b403aeabf6802f923fa24252dd13 Mon Sep 17 00:00:00 2001 From: JoseZapata3 <87088700+JoseZapata3@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:32:14 -0500 Subject: [PATCH 2/2] pre release v2.2.2 (#155) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2df30..6e7cb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.2.2 (11.09.2024) +* Add allowed endpoints for scorecard.yml and changed the node version to 18 for publish.yml. See [PR #154](https://github.com/kommitters/editorjs-inline-image/pull/154) + ## 2.2.1 (10.09.2024) * Update dependencies for compatibility and disable rules that are incompatible with ESLint v9. See [PR #150](https://github.com/kommitters/editorjs-inline-image/pull/150) diff --git a/package.json b/package.json index 9368ab7..3fa27fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editorjs-inline-image", - "version": "2.2.1", + "version": "2.2.2", "keywords": [ "tool", "image",