This commit is contained in:
Kodai Nakamura 2025-02-02 14:02:06 +09:00
parent 45a499f1d3
commit 4b0d6f4ecc
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-automatic-linker",
"name": "Automatic Linker",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-automatic-linker",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-automatic-linker",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.12.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-automatic-linker",
"version": "0.0.2",
"version": "0.0.3",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"0.0.1": "0.15.0",
"0.0.2": "0.15.0"
"0.0.2": "0.15.0",
"0.0.3": "0.15.0"
}