This commit is contained in:
Kodai Nakamura 2025-03-09 21:29:01 +09:00
parent a6b9a4824c
commit 48df04a79f
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "automatic-linker",
"name": "Automatic Linker",
"version": "1.6.1",
"version": "1.6.2",
"minAppVersion": "1.8.7",
"description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)",
"author": "Kodai Nakamura",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "automatic-linker",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "automatic-linker",
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"dependencies": {
"@types/async-lock": "^1.4.2",

View file

@ -1,6 +1,6 @@
{
"name": "automatic-linker",
"version": "1.6.1",
"version": "1.6.2",
"description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)",
"main": "main.js",
"scripts": {

View file

@ -44,5 +44,6 @@
"1.4.1": "1.8.7",
"1.5.0": "1.8.7",
"1.6.0": "1.8.7",
"1.6.1": "1.8.7"
"1.6.1": "1.8.7",
"1.6.2": "1.8.7"
}