Skip to content

Commit

Permalink
1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 27, 2022
1 parent 3f7081d commit 5eb92c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.16.5"
"version": "1.16.6"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-advanced-slides",
"name": "Advanced Slides",
"version": "1.16.5",
"version": "1.16.6",
"minAppVersion": "0.12.0",
"description": "Create markdown-based presentations in Obsidian",
"author": "Matthäus Szturc",
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": "obsidian-advanced-slides",
"version": "1.16.5",
"version": "1.16.6",
"description": "Create markdown-based presentations in Obsidian",
"main": "src/main.ts",
"scripts": {
Expand Down

1 comment on commit 5eb92c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 83.33% 890/1068
🟡 Branches 70.74% 249/352
🟢 Functions 91.06% 163/179
🟢 Lines 83.32% 879/1055

Test suite run success

84 tests passing in 6 suites.

Report generated by 🧪jest coverage report action from 93644f6adbd5d917248c5b1f47b90e7005b27e52

Please sign in to comment.