diff --git a/.github/release-notes/4.5.1.md b/.github/release-notes/4.5.1.md new file mode 100644 index 00000000..a8170bc3 --- /dev/null +++ b/.github/release-notes/4.5.1.md @@ -0,0 +1,3 @@ +## Changes + +- Polish chat panel wording around conversations, context, and composer guidance. diff --git a/manifest.json b/manifest.json index f0da9a62..54698a93 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.5.0", + "version": "4.5.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 39fb4909..419203dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.5.0", + "version": "4.5.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 316057b7..03bc92d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.5.0", + "version": "4.5.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 8856d6d2..64988521 100644 --- a/versions.json +++ b/versions.json @@ -72,5 +72,6 @@ "4.3.1": "1.12.0", "4.4.0": "1.12.0", "4.4.1": "1.12.0", - "4.5.0": "1.12.0" + "4.5.0": "1.12.0", + "4.5.1": "1.12.0" }