Skip to content

Commit 1f08ab3

Browse files
build(main): 🔖 Release diff-commit 0.4.2 (#44)
## [0.4.2](diff-commit-v0.4.1...diff-commit-v0.4.2) (2026-08-08) ### Documentation * **readme:** update references to Claude Sonnet 5 in README and package.json ([7766cb4](7766cb4)) ### DX Testing * **tests:** update all test files to use "claude-sonnet-5" as the default model ([d4b7f86](d4b7f86)) --- 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 7766cb4 commit 1f08ab3

4 files changed

Lines changed: 16 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.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

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

3+
## [0.4.2](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.4.1...diff-commit-v0.4.2) (2026-08-08)
4+
5+
6+
### Documentation
7+
8+
* **readme:** update references to Claude Sonnet 5 in README and package.json ([7766cb4](https://github.com/tsdevau/diff-commit/commit/7766cb493a117760798cede9428ec5a7b5854bf9))
9+
10+
11+
### DX Testing
12+
13+
* **tests:** update all test files to use "claude-sonnet-5" as the default model ([d4b7f86](https://github.com/tsdevau/diff-commit/commit/d4b7f8699be612de40db0e76d86c99c2d5291726))
14+
315
## [0.4.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.4.0...diff-commit-v0.4.1) (2026-08-08)
416

517

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.1",
4+
"version": "0.4.2",
55
"description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude Sonnet 5 or local Ollama models for offline usage.",
66
"categories": [
77
"AI",

0 commit comments

Comments
 (0)