Skip to content

Commit

Permalink
Merge pull request #79 from kommitters/v1.1
Browse files Browse the repository at this point in the history
Release v1.1.9
  • Loading branch information
miguelnietoa authored Oct 26, 2022
2 parents 3b0577b + bf31e99 commit f9239e0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- 'v*.[0-9]'
pull_request:

Expand All @@ -15,4 +15,8 @@ jobs:
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
run: yarn test --coverage
- name: Coveralls
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.9 (26.10.2022)

* Added Coverage Report with Coveralls.

## 1.1.8 (13.09.2022)

* Add OpenSSF BestPractices & Scorecard badges.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# EditorJS Tooltip Inline-tool
![](https://badgen.net/badge/Editor.js/v2.0/blue)
[![Coverage Status](https://coveralls.io/repos/github/kommitters/editorjs-tooltip/badge.svg)](https://coveralls.io/github/kommitters/editorjs-tooltip)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6470/badge)](https://bestpractices.coreinfrastructure.org/projects/6470)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/kommitters/editorjs-tooltip/badge)](https://api.securityscorecards.dev/projects/github.com/kommitters/editorjs-tooltip)

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.8",
"version": "1.1.9",
"keywords": [
"tool",
"tooltip",
Expand Down

0 comments on commit f9239e0

Please sign in to comment.