diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e15b94..117c621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.1 + +###    Bug Fixes + +- Git Diff View works in subdirectories  -  by **d-kimsuon** and **Claude** [(7ac09)](https://github.com/d-kimuson/claude-code-viewer/commit/7ac09bb) + +#####     [View changes on GitHub](https://github.com/d-kimuson/claude-code-viewer/compare/v0.4.0...0.4.1) + ## 0.4.0 ###    Features diff --git a/package.json b/package.json index f7e1503..6c7d031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "license": "MIT", "repository": {