From 50e7346eb12555c4c53aaacd40f84e7191ebd54a Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Wed, 17 Sep 2025 22:04:26 +0900 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83e938..6fa2dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.3.1 + +###    Features + +- Add configurable Enter key behavior for message input  -  by **nepula_h_okuyama** and **Claude** [(e37ca)](https://github.com/d-kimuson/claude-code-viewer/commit/e37ca87) + +###    Bug Fixes + +- Resolve lint and formatting errors  -  by **amay077** and **Claude** [(730d1)](https://github.com/d-kimuson/claude-code-viewer/commit/730d134) + +#####     [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.3.0...0.3.1) + ## 0.3.0 ###    Features diff --git a/package.json b/package.json index 20f25fc..f3fa94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "license": "MIT", "repository": {