From 5ea2d52a7e7a86c105a9bf51fd89df475f3c2551 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Tue, 11 Feb 2025 01:42:50 +0900 Subject: [PATCH] 0.12.5 --- 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 c10d1fa..18353c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.12.4", + "version": "0.12.5", "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 3a29597..65107db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "0.12.4", + "version": "0.12.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "0.12.4", + "version": "0.12.5", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index c5fda80..d35b438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.12.4", + "version": "0.12.5", "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 53104d2..2bfb6c2 100644 --- a/versions.json +++ b/versions.json @@ -27,5 +27,6 @@ "0.12.1": "0.18.0", "0.12.2": "0.18.0", "0.12.3": "0.18.0", - "0.12.4": "0.18.0" + "0.12.4": "0.18.0", + "0.12.5": "0.18.0" } \ No newline at end of file