Skip to content

Commit

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

jobs:
build:
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 Down
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 (28.12.2022)

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

## 1.1.11 (23.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-tooltip",
"version": "1.1.11",
"version": "1.1.12",
"keywords": [
"tool",
"tooltip",
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 f80d4ef

Please sign in to comment.