Skip to content

Commit 25e84c6

Browse files
authored
Merge pull request #273 from sugyan/tagpr-from-0.1.51
Release for 0.1.52
2 parents 2edf8af + aae4dea commit 25e84c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.52](https://github.com/sugyan/claude-code-webui/compare/0.1.51...0.1.52) - 2025-09-07
9+
- Improve release flow with draft releases and OIDC npm publishing by @sugyan in https://github.com/sugyan/claude-code-webui/pull/272
10+
811
## [0.1.51](https://github.com/sugyan/claude-code-webui/compare/0.1.50...0.1.51) - 2025-09-06
912
- Fix CollapsibleDetails tool result display with preview functionality by @sugyan in https://github.com/sugyan/claude-code-webui/pull/266
1013
- Improve hooks message display by simplifying system message content by @sugyan in https://github.com/sugyan/claude-code-webui/pull/268

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

0 commit comments

Comments
 (0)