Skip to content

Commit 52fd5b5

Browse files
committed
chore: bump verison and npm audit fix
1 parent bb1aeba commit 52fd5b5

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "timekeep",
33
"name": "Timekeep",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"minAppVersion": "1.5.12",
66
"description": "Time tracking",
77
"author": "Jacobtread",
88
"authorUrl": "https://jacobtread.com",
99
"fundingUrl": "https://www.buymeacoffee.com/jacobtread",
1010
"isDesktopOnly": false
11-
}
11+
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-timekeep",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Obsidian plugin for time tracking",
55
"keywords": [],
66
"license": "MIT",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
"1.14.1": "1.5.12",
3939
"1.15.0": "1.5.12",
4040
"1.16.0": "1.5.12",
41-
"2.0.0": "1.5.12"
42-
}
41+
"2.0.0": "1.5.12",
42+
"2.1.0": "1.5.12"
43+
}

0 commit comments

Comments
 (0)