Skip to content

Commit b88d2d1

Browse files
build(main): 🔖 Release diff-commit 0.3.5 (#33)
## [0.3.5](diff-commit-v0.3.4...diff-commit-v0.3.5) (2024-11-28) ### Documentation * **docs:** fix table formatting in commit type options ([4440079](4440079)) ### DX Continuous Integrations * **publish:** add Open VSX Registry publishing to workflow ([eedb86d](eedb86d)) --- 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 eedb86d commit b88d2d1

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.4"
2+
".": "0.3.5"
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.3.5](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.4...diff-commit-v0.3.5) (2024-11-28)
4+
5+
6+
### Documentation
7+
8+
* **docs:** fix table formatting in commit type options ([4440079](https://github.com/tsdevau/diff-commit/commit/44400790fa03608866c0ad941a7b8e9d79cfc15a))
9+
10+
11+
### DX Continuous Integrations
12+
13+
* **publish:** add Open VSX Registry publishing to workflow ([eedb86d](https://github.com/tsdevau/diff-commit/commit/eedb86dc778fc5de45cee2cd95f872e6f1636499))
14+
315
## [0.3.4](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.3.3...diff-commit-v0.3.4) (2024-11-10)
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.3.4",
4+
"version": "0.3.5",
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)