From 0b44e995e8ab86c85e896223c0190e6246f17937 Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 13 May 2026 08:57:54 +0900 Subject: [PATCH] Release 0.1.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 001c5daf..923ee971 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "1.12.0", "description": "Run Codex from a side panel.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index a0dd04a8..7f8e4557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 53a71a00..eb71aa87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.3", + "version": "0.1.4", "description": "Obsidian side panel for Codex app-server.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 50963945..d018f1ca 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "1.5.0", "0.1.1": "1.12.0", - "0.1.3": "1.12.0" + "0.1.3": "1.12.0", + "0.1.4": "1.12.0" }