Bump version to 1.2.2

This commit is contained in:
murashit 2026-05-23 11:18:37 +09:00
parent f16d5b854d
commit f48c834685
5 changed files with 11 additions and 5 deletions

5
.github/release-notes/1.2.2.md vendored Normal file
View file

@ -0,0 +1,5 @@
## Changes
- Polished the chat sidebar layout, toolbar alignment, composer sizing, and user-facing copy.
- Show a clear notice when Codex sends unsupported goal-management updates.
- Tightened internal app-server, runtime, and display handling without changing supported workflows.

View file

@ -1,7 +1,7 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "1.2.1",
"version": "1.2.2",
"minAppVersion": "1.12.0",
"description": "Run Codex from Obsidian's right sidebar.",
"author": "murashit",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codex-panel",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-panel",
"version": "1.2.1",
"version": "1.2.2",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "^9.39.4",

View file

@ -1,6 +1,6 @@
{
"name": "codex-panel",
"version": "1.2.1",
"version": "1.2.2",
"description": "Codex in your Obsidian sidebar.",
"main": "main.js",
"author": "murashit",

View file

@ -19,5 +19,6 @@
"1.0.0": "1.12.0",
"1.1.0": "1.12.0",
"1.2.0": "1.12.0",
"1.2.1": "1.12.0"
"1.2.1": "1.12.0",
"1.2.2": "1.12.0"
}