Skip to content

Commit 8d5c8ff

Browse files
authored
Merge branch 'master' into develop
2 parents c70d9ac + 29b289f commit 8d5c8ff

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-issues",
33
"name": "Github Issues",
4-
"version": "1.5.0",
4+
"version": "1.8.0",
55
"minAppVersion": "0.15.0",
66
"description": "Track GitHub Issues, Pull Requests, GitLab Issues and Merge Requests directly in your vault",
77
"author": "LonoxX",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-issues",
3-
"version": "1.5.0",
3+
"version": "1.8.0",
44
"description": "Track GitHub and GitLab issues and pull/merge requests in Obsidian",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
"1.3.0": "0.15.0",
1313
"1.3.1": "0.15.0",
1414
"1.4.0": "0.15.0",
15-
"1.5.0": "0.15.0"
15+
"1.5.0": "0.15.0",
16+
"1.6.0": "0.15.0",
17+
"1.6.1": "0.15.0",
18+
"1.6.2": "0.15.0",
19+
"1.7.0": "0.15.0",
20+
"1.8.0": "0.15.0"
1621
}

0 commit comments

Comments
 (0)