This commit is contained in:
Kodai Nakamura 2025-02-03 20:15:48 +09:00
parent 0d193211c0
commit 7bb29b1bdf
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "automatic-linker",
"name": "Automatic Linker",
"version": "0.0.12",
"version": "0.1.0",
"minAppVersion": "0.18.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Kodai Nakamura",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "automatic-linker",
"version": "0.0.12",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "automatic-linker",
"version": "0.0.12",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"just-throttle": "^4.2.0"

View file

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

View file

@ -10,5 +10,6 @@
"0.0.9": "0.18.0",
"0.0.10": "0.18.0",
"0.0.11": "0.18.0",
"0.0.12": "0.18.0"
"0.0.12": "0.18.0",
"0.1.0": "0.18.0"
}