This commit is contained in:
Michael Naumov 2025-09-16 16:03:01 -06:00
parent 2002cbd1ac
commit 69403e8996
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.5.13
- Minor changes
## 1.5.12
- Minor changes

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

@ -21,5 +21,6 @@
"1.5.9": "1.9.12",
"1.5.10": "1.9.12",
"1.5.11": "1.9.12",
"1.5.12": "1.9.12"
"1.5.12": "1.9.12",
"1.5.13": "1.9.12"
}