diff --git a/.github/release-notes/3.2.5.md b/.github/release-notes/3.2.5.md new file mode 100644 index 00000000..7bc0fb18 --- /dev/null +++ b/.github/release-notes/3.2.5.md @@ -0,0 +1,3 @@ +## Changes + +- Fixed Obsidian Community review warnings for thread title context typing. diff --git a/manifest.json b/manifest.json index 6f0ca43c..681c35f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.4", + "version": "3.2.5", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index b7328d55..957f87d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.4", + "version": "3.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.4", + "version": "3.2.5", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index b818ae47..c3c099dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.4", + "version": "3.2.5", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index ab668a56..6503ad70 100644 --- a/versions.json +++ b/versions.json @@ -47,5 +47,6 @@ "3.2.1": "1.12.0", "3.2.2": "1.12.0", "3.2.3": "1.12.0", - "3.2.4": "1.12.0" + "3.2.4": "1.12.0", + "3.2.5": "1.12.0" }