This commit is contained in:
Michael Naumov 2025-05-26 19:35:11 -06:00
parent 63814db25b
commit 8c23368f2f
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.5.2
- Update libs
## 1.5.1
- Update libs

View file

@ -6,6 +6,6 @@
"id": "backlink-full-path",
"isDesktopOnly": false,
"name": "Backlink Full Path",
"version": "1.5.1",
"version": "1.5.2",
"minAppVersion": "1.8.10"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "backlink-full-path",
"version": "1.5.1",
"version": "1.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "backlink-full-path",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",

View file

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

View file

@ -10,5 +10,6 @@
"1.3.4": "1.8.9",
"1.4.0": "1.8.9",
"1.5.0": "1.8.9",
"1.5.1": "1.8.10"
"1.5.1": "1.8.10",
"1.5.2": "1.8.10"
}