Skip to content

Commit 030af81

Browse files
authored
Merge pull request #318 from sugyan/tagpr-from-0.1.55
Release for 0.1.56
2 parents 1f830f6 + e78c6ef commit 030af81

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.56](https://github.com/sugyan/claude-code-webui/compare/0.1.55...0.1.56) - 2025-09-18
9+
- chore(deps): Bump @hono/node-server from 1.17.0 to 1.19.1 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/314
10+
- chore(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/307
11+
- chore(deps): Bump actions/setup-node from 4.4.0 to 5.0.0 by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/306
12+
- chore(deps-dev): Bump esbuild from 0.25.6 to 0.25.9 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/312
13+
- chore(deps-dev): Bump @types/node from 20.19.4 to 24.3.0 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/308
14+
- chore(deps-dev): Bump typescript-eslint from 8.33.1 to 8.42.0 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/313
15+
- chore(deps-dev): Bump @types/react from 19.1.6 to 19.1.12 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/316
16+
- Fix release workflow: Generate version.ts before Deno dependency caching by @sugyan in https://github.com/sugyan/claude-code-webui/pull/317
17+
818
## [0.1.55](https://github.com/sugyan/claude-code-webui/compare/0.1.54...0.1.55) - 2025-09-18
919
- chore(deps): Bump hono from 4.8.5 to 4.9.7 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/288
1020
- chore(deps): Bump esbuild and vitest in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/289

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-webui",
3-
"version": "0.1.55",
3+
"version": "0.1.56",
44
"type": "module",
55
"description": "Web-based interface for the Claude Code CLI with streaming chat interface",
66
"keywords": [

0 commit comments

Comments
 (0)