Skip to content

Commit

Permalink
Merge pull request #125 from kommitters/v1.1
Browse files Browse the repository at this point in the history
Release v1.1.12
  • Loading branch information
miguelnietoa committed Dec 27, 2022
2 parents 0c06b5e + 752ad39 commit 91f3abe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ permissions: # added using https://github.com/step-security/secure-workflows

jobs:
test:
permissions:
checks: write # for coverallsapp/github-action to create new checks
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand All @@ -28,6 +25,6 @@ jobs:
- run: yarn
- run: yarn test --coverage
- name: Coveralls
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.12 (27.12.2022)

* Add Renovate as dependency update tool.
* Keep read-only permissions in CI workflow.

## 1.1.11 (22.12.2022)

* Harden GitHub Actions.
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-drag-drop",
"version": "1.1.11",
"version": "1.1.12",
"keywords": [
"drag",
"drop",
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:semverAllMonthly"
]
}

0 comments on commit 91f3abe

Please sign in to comment.