Skip to content

Commit 19012f2

Browse files
build(main): 🔖 Release diff-commit 0.4.1 (#43)
## [0.4.1](diff-commit-v0.4.0...diff-commit-v0.4.1) (2026-08-08) ### DX Maintenance & Configuration * **.gitignore:** add coverage directory to ignore list ([0945f49](0945f49)) * **package:** update default model to claude-sonnet-5 and dependencies ([26cb824](26cb824)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 26cb824 commit 19012f2

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.4.0...diff-commit-v0.4.1) (2026-08-08)
4+
5+
6+
### DX Maintenance & Configuration
7+
8+
* **.gitignore:** add coverage directory to ignore list ([0945f49](https://github.com/tsdevau/diff-commit/commit/0945f49395606bbd156ccc014b9c46313f516b0a))
9+
* **package:** update default model to claude-sonnet-5 and dependencies ([26cb824](https://github.com/tsdevau/diff-commit/commit/26cb824ccecf0e5006ad4b7d7cc50485d25cac0b))
10+
311
## [0.4.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.9...diff-commit-v0.4.0) (2025-06-05)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "diff-commit",
33
"displayName": "Diff Commit",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude 4 Sonnet or local Ollama models for offline usage.",
66
"categories": [
77
"AI",

0 commit comments

Comments
 (0)