mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 0.1.12
This commit is contained in:
parent
e402ed816f
commit
d08a46becf
5 changed files with 12 additions and 7 deletions
4
.github/release-notes/0.1.12.md
vendored
Normal file
4
.github/release-notes/0.1.12.md
vendored
Normal 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.
|
||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue