Skip to content

Commit 1b36047

Browse files
build(main): 🔖 Release diff-commit 0.1.2 (#23)
--- ## [0.1.2](diff-commit-v0.1.1...diff-commit-v0.1.2) (2024-10-26) ### Bug Fixes * **message-generator:** tweak prompt to keep message concise and focussed ([d7f843a](d7f843a)) --- 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 fdddf5c commit 1b36047

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.1.1...diff-commit-v0.1.2) (2024-10-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **message-generator:** tweak prompt to keep message concise and focussed ([d7f843a](https://github.com/tsdevau/diff-commit/commit/d7f843a79380d350abe069308ad983efd743eb12))
9+
310
## [0.1.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.1.0...diff-commit-v0.1.1) (2024-10-26)
411

512

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