Skip to content

Commit

Permalink
Merge pull request #142 from kommitters/v1.1
Browse files Browse the repository at this point in the history
Release v1.1.14
  • Loading branch information
juliandsg0222 committed Apr 24, 2024
2 parents 027971c + 575a258 commit f158407
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: "16.x"
node-version: 20.x
registry-url: "https://registry.npmjs.org"
- run: yarn install --immutable --immutable-cache --check-cache
- run: npm publish
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
fulcio.sigstore.dev:443
github.com:443
rekor.sigstore.dev:443
*.sigstore.dev:443
sigstore-tuf-root.storage.googleapis.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 1.1.14 (22.04.2024)
## 1.1.14 (24.04.2024)

* Update all dependencies. See [PR #131](https://github.com/kommitters/editorjs-drag-drop/pull/131)
* Solve indicator border error. See [Issue #134](https://github.com/kommitters/editorjs-drag-drop/issues/134)
* Update the CONTRIBUTING.md with the stale issues policy. See [PR #136](https://github.com/kommitters/editorjs-drag-drop/pull/136)
* Fix workflows for scorecards and publish. See [PR #140](https://github.com/kommitters/editorjs-drag-drop/pull/140)

## 1.1.13 (13.01.2023)

Expand Down

0 comments on commit f158407

Please sign in to comment.