This commit is contained in:
Michael Naumov 2025-08-28 14:40:33 -06:00
parent ad3197de89
commit 532ed2d13c
5 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.5.7
- Update libs
## 1.5.6
- Update libs

View file

@ -6,6 +6,6 @@
"id": "backlink-full-path",
"isDesktopOnly": false,
"name": "Backlink Full Path",
"version": "1.5.6",
"minAppVersion": "1.9.10"
"version": "1.5.7",
"minAppVersion": "1.9.12"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "backlink-full-path",
"version": "1.5.6",
"version": "1.5.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "backlink-full-path",
"version": "1.5.6",
"version": "1.5.7",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "latest",

View file

@ -1,6 +1,6 @@
{
"name": "backlink-full-path",
"version": "1.5.6",
"version": "1.5.7",
"description": "Shows the backlink's full path in the backlinks panel.",
"keywords": [],
"license": "MIT",

View file

@ -15,5 +15,6 @@
"1.5.3": "1.8.10",
"1.5.4": "1.8.10",
"1.5.5": "1.8.10",
"1.5.6": "1.9.10"
"1.5.6": "1.9.10",
"1.5.7": "1.9.12"
}