diff --git a/CHANGELOG.md b/CHANGELOG.md index fd67582..d0b1611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.5.13 + +- Minor changes + ## 1.5.12 - Minor changes diff --git a/manifest.json b/manifest.json index 756ac08..e735784 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "id": "backlink-full-path", "isDesktopOnly": false, "name": "Backlink Full Path", - "version": "1.5.12", + "version": "1.5.13", "minAppVersion": "1.9.12" } diff --git a/package-lock.json b/package-lock.json index d71a03f..ce6a469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlink-full-path", - "version": "1.5.12", + "version": "1.5.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "backlink-full-path", - "version": "1.5.12", + "version": "1.5.13", "license": "MIT", "devDependencies": { "@tsconfig/strictest": "latest", diff --git a/package.json b/package.json index 123df06..088e3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlink-full-path", - "version": "1.5.12", + "version": "1.5.13", "description": "Shows the backlink's full path in the backlinks panel.", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index 150e399..23be4c7 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.5.9": "1.9.12", "1.5.10": "1.9.12", "1.5.11": "1.9.12", - "1.5.12": "1.9.12" + "1.5.12": "1.9.12", + "1.5.13": "1.9.12" }