Skip to content

Commit a4e06aa

Browse files
build(main): 🔖 Release diff-commit 0.3.9 (#38)
## [0.3.9](diff-commit-v0.3.8...diff-commit-v0.3.9) (2025-06-04) ### Documentation * **models:** update Claude model references to Claude 4 ([f74c4c6](f74c4c6)) ### DX Maintenance & Configuration * **config:** update default model to claude-sonnet-4-0 ([f555e81](f555e81)) * **models:** update Claude model references to Claude 4 Sonnet ([81315f8](81315f8)) ### DX Testing * **anthropic:** update Claude model name to "claude-sonnet-4-0" ([887980c](887980c)) --- 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 f74c4c6 commit a4e06aa

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.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.3.8"
2+
".": "0.3.9"
33
}

CHANGELOG.md

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

3+
## [0.3.9](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.8...diff-commit-v0.3.9) (2025-06-04)
4+
5+
6+
### Documentation
7+
8+
* **models:** update Claude model references to Claude 4 ([f74c4c6](https://github.com/tsdevau/diff-commit/commit/f74c4c6ff8109e0a477279b2209293e335b7b59a))
9+
10+
11+
### DX Maintenance & Configuration
12+
13+
* **config:** update default model to claude-sonnet-4-0 ([f555e81](https://github.com/tsdevau/diff-commit/commit/f555e810c22b3651220475094f6d6236c8961bfe))
14+
* **models:** update Claude model references to Claude 4 Sonnet ([81315f8](https://github.com/tsdevau/diff-commit/commit/81315f8a6f9642bf93e4cb6dfcc7a177f372c0d8))
15+
16+
17+
### DX Testing
18+
19+
* **anthropic:** update Claude model name to "claude-sonnet-4-0" ([887980c](https://github.com/tsdevau/diff-commit/commit/887980c308ebb617382b3223a3c2d2b7e2c66d1b))
20+
321
## [0.3.8](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.7...diff-commit-v0.3.8) (2025-03-29)
422

523

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.3.8",
4+
"version": "0.3.9",
55
"description": "Generate detailed Git commit messages following the conventional commit specification using Anthropic's AI models like Claude 4 Sonnet.",
66
"categories": [
77
"AI",

0 commit comments

Comments
 (0)