Bump version to 0.1.12

This commit is contained in:
murashit 2026-05-16 20:24:10 +09:00
parent e402ed816f
commit d08a46becf
5 changed files with 12 additions and 7 deletions

4
.github/release-notes/0.1.12.md vendored Normal file
View file

@ -0,0 +1,4 @@
## Changes
- Refreshed the README and project docs to clarify how Codex Panel uses `codex app-server`, the current vault root, and Codex-owned configuration.
- Updated the plugin and repository descriptions for clearer sidebar-focused wording.

View file

@ -1,9 +1,9 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "0.1.11",
"version": "0.1.12",
"minAppVersion": "1.12.0",
"description": "Run Codex from a side panel.",
"description": "Codex in your sidebar.",
"author": "murashit",
"isDesktopOnly": true
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codex-panel",
"version": "0.1.11",
"version": "0.1.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-panel",
"version": "0.1.11",
"version": "0.1.12",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^25.6.0",

View file

@ -1,7 +1,7 @@
{
"name": "codex-panel",
"version": "0.1.11",
"description": "Obsidian side panel for Codex app-server.",
"version": "0.1.12",
"description": "Codex in your Obsidian sidebar.",
"main": "main.js",
"author": "murashit",
"license": "Apache-2.0",

View file

@ -9,5 +9,6 @@
"0.1.8": "1.12.0",
"0.1.9": "1.12.0",
"0.1.10": "1.12.0",
"0.1.11": "1.12.0"
"0.1.11": "1.12.0",
"0.1.12": "1.12.0"
}