Skip to content

Commit cf76ef1

Browse files
committed
1.5.2
1 parent 6f72480 commit cf76ef1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.1",
4+
"version": "1.5.2",
55
"minAppVersion": "0.15.0",
66
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
77
"author": "mnaoumov",

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.1",
3+
"version": "1.5.2",
44
"description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`",
55
"scripts": {
66
"build": "tsc --build && tsx esbuild.config.ts production",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.3.0": "0.15.0",
66
"1.4.0": "0.15.0",
77
"1.5.0": "0.15.0",
8-
"1.5.1": "0.15.0"
8+
"1.5.1": "0.15.0",
9+
"1.5.2": "0.15.0"
910
}

0 commit comments

Comments
 (0)