From 6b7fcd071e0622f2f3d02988ce40fc90a4cc7a26 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sun, 9 Mar 2025 21:58:26 +0900 Subject: [PATCH] 1.6.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 19ec18c..fba65a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "1.6.2", + "version": "1.6.3", "minAppVersion": "1.8.7", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index e069aae..af230d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 81a4dec..ef3ba1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "1.6.2", + "version": "1.6.3", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index be1e183..3ff5da3 100644 --- a/versions.json +++ b/versions.json @@ -45,5 +45,6 @@ "1.5.0": "1.8.7", "1.6.0": "1.8.7", "1.6.1": "1.8.7", - "1.6.2": "1.8.7" + "1.6.2": "1.8.7", + "1.6.3": "1.8.7" } \ No newline at end of file