Skip to content

Commit 280ac5a

Browse files
committed
Merge branch 'main' of github.com:tsdevau/diff-commit
2 parents 82bdf05 + 27a2dce commit 280ac5a

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.2.1"
2+
".": "0.3.0"
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.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.2.1...diff-commit-v0.3.0) (2024-11-05)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **ui:** add icons and SCM menu integration ([c051edc](https://github.com/tsdevau/diff-commit/commit/c051edcb2be0b5f454b61425d9ca0cc7a7133c2b))
9+
10+
11+
### UX Improvements
12+
13+
* **ui:** update progress notification text and behaviour ([c3033d5](https://github.com/tsdevau/diff-commit/commit/c3033d5b0b43f50e13d3219d2140c4b22e36efd5))
14+
15+
16+
### DX Testing
17+
18+
* **progress-api:** add integration tests for progress feedback ([c38c8c1](https://github.com/tsdevau/diff-commit/commit/c38c8c15c0e9ad893e8d28d0da6af2ad7a2b24e1))
19+
* **progress-api:** update progress messages and notification settings ([5b52766](https://github.com/tsdevau/diff-commit/commit/5b527669c54a7b9c6b3424bd5a3889c5521404a3))
20+
321
## [0.2.1](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.2.0...diff-commit-v0.2.1) (2024-11-05)
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.2.1",
4+
"version": "0.3.0",
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)