mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
chore: release 1.6.8
This commit is contained in:
parent
d0400cddba
commit
89d84b434f
5 changed files with 15 additions and 5 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.6.8
|
||||
|
||||
- chore: update libs
|
||||
- chore: update obsidian-dev-utils to 85.0.0
|
||||
- build: lock typescript to 6.0.3
|
||||
- test: wire integration-testing vitest-setup into integration projects
|
||||
- chore: update libs
|
||||
- chore: sort tsconfig types
|
||||
|
||||
## 1.6.7
|
||||
|
||||
- refactor: new template
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8",
|
||||
"minAppVersion": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.2.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/mnaoumov/obsidian-backlink-full-path#readme",
|
||||
|
|
|
|||
|
|
@ -36,5 +36,6 @@
|
|||
"1.6.4": "1.12.7",
|
||||
"1.6.5": "1.12.7",
|
||||
"1.6.6": "1.12.7",
|
||||
"1.6.7": "1.12.7"
|
||||
"1.6.7": "1.12.7",
|
||||
"1.6.8": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue