From afe491d03ce2e2eff4fdacee47c35f0bae47e1fc Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Mon, 10 Feb 2025 20:07:55 +0900 Subject: [PATCH] 0.12.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 27998d3..701c6f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.12.2", + "version": "0.12.3", "minAppVersion": "0.18.0", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index 80093f0..0f89762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "0.12.2", + "version": "0.12.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 9f314d6..3d55e36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.12.2", + "version": "0.12.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 ba4a7a4..a63aa0e 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.11.0": "0.18.0", "0.12.0": "0.18.0", "0.12.1": "0.18.0", - "0.12.2": "0.18.0" + "0.12.2": "0.18.0", + "0.12.3": "0.18.0" } \ No newline at end of file