chore: release 1.6.11

This commit is contained in:
Michael Naumov 2026-07-20 18:39:46 -06:00
parent a3c2a3763b
commit 877db481cd
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.6.11
- chore: update libs
## 1.6.10
- chore: update libs

View file

@ -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
View file

@ -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",

View file

@ -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",

View file

@ -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"
}