Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit ead9254

Browse files
authored
Merge pull request #291 from sugyan/tagpr-from-0.1.54
Release for 0.1.55
2 parents ff1b622 + f1fb4bf commit ead9254

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.55](https://github.com/sugyan/claude-code-webui/compare/0.1.54...0.1.55) - 2025-09-18
9+
- 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
10+
- chore(deps): Bump esbuild and vitest in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/289
11+
- Add Dependabot configuration with cooldown settings by @sugyan in https://github.com/sugyan/claude-code-webui/pull/290
12+
- chore(deps): Bump @logtape/pretty from 1.0.4 to 1.0.5 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/300
13+
- chore(deps): Bump Songmu/tagpr from 1.8.4 to 1.9.0 by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/294
14+
- chore(deps): Bump actions/github-script from 7.1.0 to 8.0.0 by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/292
15+
- chore(deps): Bump react-dom and @types/react-dom in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/303
16+
- chore(deps-dev): Bump eslint from 9.30.1 to 9.34.0 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/295
17+
- chore(deps): Bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/293
18+
- chore(deps-dev): Bump @tailwindcss/vite from 4.1.8 to 4.1.13 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/304
19+
- chore(deps-dev): Bump @typescript-eslint/parser from 8.36.0 to 8.42.0 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/298
20+
- chore(deps-dev): Bump vitest from 3.2.3 to 3.2.4 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/297
21+
- chore(deps-dev): Bump eslint from 9.28.0 to 9.34.0 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/299
22+
- chore(deps-dev): Bump vite from 6.3.5 to 7.1.2 in /frontend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/301
23+
- chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 in /backend by @dependabot[bot] in https://github.com/sugyan/claude-code-webui/pull/302
24+
- Fix dependabot and tagpr labels conflict by @sugyan in https://github.com/sugyan/claude-code-webui/pull/305
25+
826
## [0.1.54](https://github.com/sugyan/claude-code-webui/compare/0.1.53...0.1.54) - 2025-09-18
927
- Fix path encoding for Windows usernames with underscores by @BoQsc in https://github.com/sugyan/claude-code-webui/pull/276
1028
- security: Pin GitHub Actions to commit hashes using pinact by @sugyan in https://github.com/sugyan/claude-code-webui/pull/287

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.54",
3+
"version": "0.1.55",
44
"type": "module",
55
"description": "Web-based interface for the Claude Code CLI with streaming chat interface",
66
"keywords": [

0 commit comments

Comments
 (0)