diff --git a/CHANGELOG.md b/CHANGELOG.md index daa3fb6..f976321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.6.11 + +- chore: update libs + ## 1.6.10 - chore: update libs diff --git a/manifest.json b/manifest.json index 347697f..c1ce7b4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.6.10", + "version": "1.6.11", "minAppVersion": "1.12.7" } diff --git a/package-lock.json b/package-lock.json index 59e6a84..b4902ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.6.10", + "version": "1.6.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.6.10", + "version": "1.6.11", "license": "MIT", "devDependencies": { "@commitlint/cli": "^21.2.1", diff --git a/package.json b/package.json index afaf513..1c6cf30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.6.10", + "version": "1.6.11", "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 e4cac3e..18f0ff0 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "1.6.7": "1.12.7", "1.6.8": "1.12.7", "1.6.9": "1.12.7", - "1.6.10": "1.12.7" + "1.6.10": "1.12.7", + "1.6.11": "1.12.7" }