Skip to content

Commit

Permalink
Merge pull request #156 from kommitters/v2.2
Browse files Browse the repository at this point in the history
Release v2.2.2
  • Loading branch information
JoseZapata3 authored Sep 11, 2024
2 parents feea4b7 + 29527c3 commit 3992ade
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-inline-image",
"version": "2.2.1",
"version": "2.2.2",
"keywords": [
"tool",
"image",
Expand Down

0 comments on commit 3992ade

Please sign in to comment.