Bump version to 0.1.9

This commit is contained in:
murashit 2026-05-15 10:04:24 +09:00
parent b115cd875d
commit c46dbb7d53
5 changed files with 13 additions and 5 deletions

7
.github/release-notes/0.1.9.md vendored Normal file
View file

@ -0,0 +1,7 @@
## What's Changed
- Automatic thread naming now adapts to the user's message language instead of forcing Japanese titles.
## Validation
- `npm run check`

View file

@ -1,7 +1,7 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "0.1.8",
"version": "0.1.9",
"minAppVersion": "1.12.0",
"description": "Run Codex from a side panel.",
"author": "murashit",

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "codex-panel",
"version": "0.1.8",
"version": "0.1.9",
"description": "Obsidian side panel for Codex app-server.",
"main": "main.js",
"author": "murashit",

View file

@ -6,5 +6,6 @@
"0.1.5": "1.12.0",
"0.1.6": "1.12.0",
"0.1.7": "1.12.0",
"0.1.8": "1.12.0"
"0.1.8": "1.12.0",
"0.1.9": "1.12.0"
}