mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
chore: release 1.6.2
This commit is contained in:
parent
d38d9dc891
commit
7a5b69860d
5 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.6.2
|
||||
|
||||
- chore: update template
|
||||
|
||||
## 1.6.1
|
||||
|
||||
- chore: update libs
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.6.1",
|
||||
"minAppVersion": "1.11.4"
|
||||
"version": "1.6.2",
|
||||
"minAppVersion": "1.12.4"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "latest",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@
|
|||
"1.5.18": "1.10.3",
|
||||
"1.5.19": "1.10.6",
|
||||
"1.6.0": "1.10.6",
|
||||
"1.6.1": "1.11.4"
|
||||
"1.6.1": "1.11.4",
|
||||
"1.6.2": "1.12.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue