This commit is contained in:
Kodai Nakamura 2025-02-11 01:42:50 +09:00
parent 199bad68a3
commit 5ea2d52a7e
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}