chore: release 1.6.2

This commit is contained in:
Michael Naumov 2026-03-06 17:01:33 -06:00
parent d38d9dc891
commit 7a5b69860d
5 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.6.2
- chore: update template
## 1.6.1
- chore: update libs

View file

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

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

View file

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

View file

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