Skip to content

Commit f158407

Browse files
authored
Merge pull request #142 from kommitters/v1.1
Release v1.1.14
2 parents 027971c + 575a258 commit f158407

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2525
with:
26-
node-version: "16.x"
26+
node-version: 20.x
2727
registry-url: "https://registry.npmjs.org"
2828
- run: yarn install --immutable --immutable-cache --check-cache
2929
- run: npm publish

.github/workflows/scorecards.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
fulcio.sigstore.dev:443
3535
github.com:443
3636
rekor.sigstore.dev:443
37+
*.sigstore.dev:443
3738
sigstore-tuf-root.storage.googleapis.com:443
39+
oss-fuzz-build-logs.storage.googleapis.com:443
40+
www.bestpractices.dev:443
3841
3942
- name: "Checkout code"
4043
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## 1.1.14 (22.04.2024)
3+
## 1.1.14 (24.04.2024)
44

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

910
## 1.1.13 (13.01.2023)
1011

0 commit comments

Comments
 (0)