mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
1.5.15
This commit is contained in:
parent
82d47433c9
commit
3238445234
5 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.5.15
|
||||
|
||||
- chore: enable conventional commits
|
||||
|
||||
## 1.5.14
|
||||
|
||||
- Minor changes
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"minAppVersion": "1.9.12"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.0.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.5.14",
|
||||
"version": "1.5.15",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@
|
|||
"1.5.11": "1.9.12",
|
||||
"1.5.12": "1.9.12",
|
||||
"1.5.13": "1.9.12",
|
||||
"1.5.14": "1.9.12"
|
||||
"1.5.14": "1.9.12",
|
||||
"1.5.15": "1.9.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue