mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 12:00:30 +00:00
0.9.0
This commit is contained in:
parent
215cd3d74d
commit
aec99c0cd6
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "automatic-linker",
|
||||
"name": "Automatic Linker",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"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
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "automatic-linker",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "automatic-linker",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"just-throttle": "^4.2.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "automatic-linker",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@
|
|||
"0.5.0": "0.18.0",
|
||||
"0.6.0": "0.18.0",
|
||||
"0.7.0": "0.18.0",
|
||||
"0.8.0": "0.18.0"
|
||||
"0.8.0": "0.18.0",
|
||||
"0.9.0": "0.18.0"
|
||||
}
|
||||
Loading…
Reference in a new issue