diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db38a6..25aa2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 1.1.0 + +- Add setting: Path depth +- Add setting: Should include extension +- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/20.2.1 + ## 1.0.1 - Remove escaping diff --git a/manifest.json b/manifest.json index cc8b9e7..2a7e13e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.0.1", + "version": "1.1.0", "minAppVersion": "1.8.9" } diff --git a/package-lock.json b/package-lock.json index c0b22bc..3f0a00a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@tsconfig/strictest": "^2.0.5", diff --git a/package.json b/package.json index 0284f6d..8253a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.0.1", + "version": "1.1.0", "description": "Shows the backlink's full path in the backlinks panel.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index 42b948e..8bff3d4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "1.8.9", - "1.0.1": "1.8.9" + "1.0.1": "1.8.9", + "1.1.0": "1.8.9" }