mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
chore: release 1.6.11
This commit is contained in:
parent
a3c2a3763b
commit
877db481cd
5 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.6.11
|
||||
|
||||
- chore: update libs
|
||||
|
||||
## 1.6.10
|
||||
|
||||
- chore: update libs
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.6.10",
|
||||
"version": "1.6.11",
|
||||
"minAppVersion": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.10",
|
||||
"version": "1.6.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.10",
|
||||
"version": "1.6.11",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.2.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.10",
|
||||
"version": "1.6.11",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/mnaoumov/obsidian-backlink-full-path#readme",
|
||||
|
|
|
|||
|
|
@ -39,5 +39,6 @@
|
|||
"1.6.7": "1.12.7",
|
||||
"1.6.8": "1.12.7",
|
||||
"1.6.9": "1.12.7",
|
||||
"1.6.10": "1.12.7"
|
||||
"1.6.10": "1.12.7",
|
||||
"1.6.11": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue