This commit is contained in:
Michael Naumov 2025-04-01 11:14:52 -06:00
parent 28247c69e2
commit d6b70ad3a6
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.3.0
- Add tooltip
## 1.2.0
- Settings to change title

View file

@ -6,6 +6,6 @@
"id": "backlink-full-path",
"isDesktopOnly": false,
"name": "Backlink Full Path",
"version": "1.2.0",
"version": "1.3.0",
"minAppVersion": "1.8.9"
}

4
package-lock.json generated
View file

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

View file

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

View file

@ -2,5 +2,6 @@
"1.0.0": "1.8.9",
"1.0.1": "1.8.9",
"1.1.0": "1.8.9",
"1.2.0": "1.8.9"
"1.2.0": "1.8.9",
"1.3.0": "1.8.9"
}