mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 12:10:28 +00:00
chore: release 1.5.19
This commit is contained in:
parent
c9f940129d
commit
60ddf8f448
5 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.5.19
|
||||
|
||||
- chore: update libs
|
||||
|
||||
## 1.5.18
|
||||
|
||||
- chore: update libs
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.5.18",
|
||||
"minAppVersion": "1.10.3"
|
||||
"version": "1.5.19",
|
||||
"minAppVersion": "1.10.6"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.2.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
"1.5.15": "1.9.12",
|
||||
"1.5.16": "1.9.14",
|
||||
"1.5.17": "1.9.14",
|
||||
"1.5.18": "1.10.3"
|
||||
"1.5.18": "1.10.3",
|
||||
"1.5.19": "1.10.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue