diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2f6b9..e715414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index de75671..282f72b 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/package-lock.json b/package-lock.json index 793b4fe..960ad59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7b22d6d..458e0d2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 5842a14..f18b38a 100644 --- a/versions.json +++ b/versions.json @@ -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" }