chore: release 1.6.8

This commit is contained in:
Michael Naumov 2026-07-11 05:26:35 -06:00
parent d0400cddba
commit 89d84b434f
5 changed files with 15 additions and 5 deletions

View file

@ -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

View file

@ -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
View file

@ -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",

View file

@ -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",

View file

@ -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"
}