Merge branch 'main' into johnhenry/env-claude-path

This commit is contained in:
viper151
2025-09-23 11:25:56 +02:00
committed by GitHub
3 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,10 @@
"github": {
"release": true,
"releaseName": "Claude Code UI v${version}",
"autoGenerate": true
"releaseNotes": {
"commit": "* ${commit.subject} (${sha}){ - thanks @${author.login}!}",
"excludeMatches": ["viper151"]
}
},
"hooks": {
"before:init": ["npm run build"]

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@siteboon/claude-code-ui",
"version": "1.8.8",
"version": "1.8.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@siteboon/claude-code-ui",
"version": "1.8.8",
"version": "1.8.10",
"license": "MIT",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@siteboon/claude-code-ui",
"version": "1.8.8",
"version": "1.8.10",
"description": "A web-based UI for Claude Code CLI",
"type": "module",
"main": "server/index.js",