Skip to content

Commit e0de249

Browse files
build(main): 🔖 Release diff-commit 0.3.1
1 parent 3ae39d8 commit e0de249

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.0...diff-commit-v0.3.1) (2024-11-05)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **models:** add claude-3-5-haiku-latest to available model options ([f8f5793](https://github.com/tsdevau/diff-commit/commit/f8f5793bc784a8f40559ecc780bcd7a7bdd53539))
9+
10+
11+
### Documentation
12+
13+
* **readme:** update features and error handling sections ([82bdf05](https://github.com/tsdevau/diff-commit/commit/82bdf055402c318b70e4c70cf5147c964d778bad))
14+
* **settings:** update model options and add usage tips ([3ae39d8](https://github.com/tsdevau/diff-commit/commit/3ae39d82a3b4d6e3b5ca4457a52501522357dc23))
15+
316
## [0.3.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.2.1...diff-commit-v0.3.0) (2024-11-05)
417

518

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

0 commit comments

Comments
 (0)