Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 15, 2022
1 parent f648d31 commit 0d35682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.17.8"
"version": "1.18.0"
}
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.17.8",
"version": "1.18.0",
"minAppVersion": "0.12.0",
"description": "Create markdown-based presentations in Obsidian",
"author": "Matthäus Szturc",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-advanced-slides",
"version": "1.17.8",
"version": "1.18.0",
"description": "Create markdown-based presentations in Obsidian",
"main": "src/main.ts",
"scripts": {
Expand Down Expand Up @@ -67,4 +67,4 @@
"request": "^2.88.2",
"yaml-front-matter": "^4.1.1"
}
}
}

1 comment on commit 0d35682

@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 89.13% 1066/1196
🟡 Branches 74.69% 304/407
🟢 Functions 94.68% 178/188
🟢 Lines 89.18% 1055/1183

Test suite run success

89 tests passing in 6 suites.

Report generated by 🧪jest coverage report action from c624a7a737df069f40c9ca85f0c13f614e94a21a

Please sign in to comment.