Skip to content

Commit ab9dda7

Browse files
build(main): 🔖 Release diff-commit 0.3.2 (#30)
## [0.3.2](diff-commit-v0.3.1...diff-commit-v0.3.2) (2024-11-08) ### Features, Additions & Updates * **config:** reorder default commit types and update default model ([e59630d](e59630d)) * **config:** update system prompt with more detailed description ([f04d6b4](f04d6b4)) ### Documentation * **readme:** update commit types table formatting ([08577d5](08577d5)) * **readme:** update default AI model value in configuration table ([9cb2015](9cb2015)) ### DX Maintenance & Configuration * **config:** update default AI model to Claude 3.5 Haiku ([220647c](220647c)) ### DX Testing * **config:** update model and sort allowed types alphabetically ([2bd5ab4](2bd5ab4)) --- 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 08577d5 commit ab9dda7

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-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.1"
2+
".": "0.3.2"
33
}

CHANGELOG.md

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

3+
## [0.3.2](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.1...diff-commit-v0.3.2) (2024-11-08)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **config:** reorder default commit types and update default model ([e59630d](https://github.com/tsdevau/diff-commit/commit/e59630db1638be9e3f4306e9f5c9dff8a6feab46))
9+
* **config:** update system prompt with more detailed description ([f04d6b4](https://github.com/tsdevau/diff-commit/commit/f04d6b40b8e14241c5224fcdc911f30fd8603d60))
10+
11+
12+
### Documentation
13+
14+
* **readme:** update commit types table formatting ([08577d5](https://github.com/tsdevau/diff-commit/commit/08577d518038831e041f8925d6c17318d464d927))
15+
* **readme:** update default AI model value in configuration table ([9cb2015](https://github.com/tsdevau/diff-commit/commit/9cb201560926c0460a80755084d60c3cb0d9cc37))
16+
17+
18+
### DX Maintenance & Configuration
19+
20+
* **config:** update default AI model to Claude 3.5 Haiku ([220647c](https://github.com/tsdevau/diff-commit/commit/220647cbe50e6c559b80e67e8d04cf351becfd29))
21+
22+
23+
### DX Testing
24+
25+
* **config:** update model and sort allowed types alphabetically ([2bd5ab4](https://github.com/tsdevau/diff-commit/commit/2bd5ab4fa84b44665e1be1a70660a0b4a93a47fb))
26+
327
## [0.3.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.0...diff-commit-v0.3.1) (2024-11-05)
428

529

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.1",
4+
"version": "0.3.2",
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)