Skip to content

Commit

Permalink
Merge pull request #163 from kommitters/v2.0
Browse files Browse the repository at this point in the history
Release v2.0.11
  • Loading branch information
miguelnietoa authored Oct 28, 2022
2 parents 1c63898 + c4a08f7 commit 8625a0c
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
- 'v*.[0-9]'
pull_request:

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.11 (28.10.2022)

- Fix "master" branch by "main" in the CI

## 2.0.10 (28.10.2022)

- Add Coverage Report with Coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-undo",
"version": "2.0.10",
"version": "2.0.11",
"keywords": [
"undo",
"redo",

0 comments on commit 8625a0c

Please sign in to comment.