Skip to content

Commit 397e8b7

Browse files
committed
Merge branch 'main' of github.com:tsdevau/diff-commit
2 parents bffdb9d + 4acb15c commit 397e8b7

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-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.0.6"
2+
".": "0.0.7"
33
}

CHANGELOG.md

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

3+
## [0.0.7](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.0.6...diff-commit-v0.0.7) (2024-10-25)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **config:** add Jest testing framework and enhance extension capabilities ([4f85448](https://github.com/tsdevau/diff-commit/commit/4f85448ce9079236bf4045170cb5224d8b1417cc))
9+
* **extension:** improve error handling and add API key management ([53aa617](https://github.com/tsdevau/diff-commit/commit/53aa617ae97be5898c388b9a34579630943c3d41))
10+
* **testing:** migrate from Vitest to Jest ([9cb4492](https://github.com/tsdevau/diff-commit/commit/9cb449280ddff25c8857ff44d3f9a628f6006869))
11+
12+
13+
### Documentation
14+
15+
* **readme:** enhance documentation with installation, workflow and configuration details ([7190aa2](https://github.com/tsdevau/diff-commit/commit/7190aa2eb531d59239ff6867508f3010994520e7))
16+
17+
18+
### DX Maintenance & Configuration
19+
20+
* **build:** update .vscodeignore patterns for better package management ([9cc0f64](https://github.com/tsdevau/diff-commit/commit/9cc0f6414b42b4b3926aa54d2c315761011ebd70))
21+
22+
23+
### DX Testing
24+
25+
* **testing:** add comprehensive test suite for core functionality ([e6a7727](https://github.com/tsdevau/diff-commit/commit/e6a7727f802baa535bf66093616edb40ef996672))
26+
27+
28+
### DX Continuous Integrations
29+
30+
* **workflow:** remove redundant build step from vsce publish action ([c083da3](https://github.com/tsdevau/diff-commit/commit/c083da3c60ef0329dd30ee2bb0e499ba2b7e44cf))
31+
332
## [0.0.6](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.0.5...diff-commit-v0.0.6) (2024-10-24)
433

534

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