mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
1.3.2
This commit is contained in:
parent
7a8dff14c6
commit
311252e129
4 changed files with 8 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "automatic-linker",
|
||||
"name": "Automatic Linker",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)",
|
||||
"author": "Kodai Nakamura",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "automatic-linker",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "automatic-linker",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/async-lock": "^1.4.2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "automatic-linker",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -37,5 +37,6 @@
|
|||
"1.2.1": "1.8.0",
|
||||
"1.2.2": "1.8.0",
|
||||
"1.3.0": "1.8.0",
|
||||
"1.3.1": "1.8.0"
|
||||
}
|
||||
"1.3.1": "1.8.0",
|
||||
"1.3.2": "1.8.7"
|
||||
}
|
||||
Loading…
Reference in a new issue