diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b1611..c704406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.5.14 + +- Minor changes + ## 1.5.13 - Minor changes diff --git a/manifest.json b/manifest.json index e735784..1a9ecee 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.5.13", + "version": "1.5.14", "minAppVersion": "1.9.12" } diff --git a/package-lock.json b/package-lock.json index 2b0e0f4..edb177e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.5.13", + "version": "1.5.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.5.13", + "version": "1.5.14", "license": "MIT", "devDependencies": { "@tsconfig/strictest": "latest", diff --git a/package.json b/package.json index 088e3ae..abc0dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.5.13", + "version": "1.5.14", "description": "Shows the backlink's full path in the backlinks panel.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index 23be4c7..7bf8a11 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.5.10": "1.9.12", "1.5.11": "1.9.12", "1.5.12": "1.9.12", - "1.5.13": "1.9.12" + "1.5.13": "1.9.12", + "1.5.14": "1.9.12" }