From d8dc7ae430208631d98aa2a278b0c8d961bd4b33 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Mon, 7 Apr 2025 02:23:42 -0600 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001d2da..606f5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.3.1 + +- New template + ## 1.3.0 - Add tooltip diff --git a/manifest.json b/manifest.json index 98ead20..db5d335 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "1.8.9" } diff --git a/package-lock.json b/package-lock.json index 3f17de0..80936ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "devDependencies": { "@tsconfig/strictest": "^2.0.5", diff --git a/package.json b/package.json index f925319..cf67bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.3.0", + "version": "1.3.1", "description": "Shows the backlink's full path in the backlinks panel.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index dea14fc..ab0b83c 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.8.9", "1.1.0": "1.8.9", "1.2.0": "1.8.9", - "1.3.0": "1.8.9" + "1.3.0": "1.8.9", + "1.3.1": "1.8.9" }