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