diff --git a/CHANGELOG.md b/CHANGELOG.md index e350baf..ba80461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.3.4 + +- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.1 + ## 1.3.3 - https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.0 diff --git a/manifest.json b/manifest.json index 574fb4e..5a8db29 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.3.3", + "version": "1.3.4", "minAppVersion": "1.8.9" } diff --git a/package-lock.json b/package-lock.json index 4be94b8..267ab7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.3.3", + "version": "1.3.4", "license": "MIT", "devDependencies": { "@tsconfig/strictest": "^2.0.5", diff --git a/package.json b/package.json index 665a312..c2a87bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.3.3", + "version": "1.3.4", "description": "Shows the backlink's full path in the backlinks panel.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index df663ba..e68f0db 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.3.0": "1.8.9", "1.3.1": "1.8.9", "1.3.2": "1.8.9", - "1.3.3": "1.8.9" + "1.3.3": "1.8.9", + "1.3.4": "1.8.9" }