Skip to content

Commit 6330950

Browse files
committed
1.5.6
1 parent c3bd78c commit 6330950

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "backlink-cache",
33
"name": "Backlink Cache",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"minAppVersion": "1.6.5",
66
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
77
"author": "mnaoumov",

package-lock.json

Lines changed: 2 additions & 2 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": "backlink-cache",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
55
"scripts": {
66
"build": "tsx scripts/npmScriptExecutor.ts build",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"1.5.2": "0.15.0",
1010
"1.5.3": "1.6.5",
1111
"1.5.4": "1.6.5",
12-
"1.5.5": "1.6.5"
12+
"1.5.5": "1.6.5",
13+
"1.5.6": "1.6.5"
1314
}

0 commit comments

Comments
 (0)