Skip to content

Commit 8b37722

Browse files
committed
Merge branch 'main' of github.com:tsdevau/diff-commit
2 parents c13dccf + 1826c3c commit 8b37722

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-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.8"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.0.8...diff-commit-v0.1.0) (2024-10-25)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **preview:** sync preview document with git input box on save ([d20b00d](https://github.com/tsdevau/diff-commit/commit/d20b00d50cfe9e57e1e5e7c55c4bab81792e7071))
9+
10+
11+
### DX Maintenance & Configuration
12+
13+
* **build:** add node_modules to VSCode ignore patterns ([328a912](https://github.com/tsdevau/diff-commit/commit/328a9125a23df846eced0ae1de7b0fda0de6439b))
14+
* **build:** add typescript declaration files to vscodeignore ([5169df0](https://github.com/tsdevau/diff-commit/commit/5169df079c5e6a0f4e715b9c6c5118f95834421b))
15+
16+
17+
### DX Testing
18+
19+
* **testing:** enhance test mocks and refactor test structure ([6e27934](https://github.com/tsdevau/diff-commit/commit/6e2793431ad93239505950a3e8e6e9273b3a7ee8))
20+
21+
22+
### DX Continuous Integrations
23+
24+
* **release-please:** remove bump-patch-for-minor-pre-major config ([1b00a71](https://github.com/tsdevau/diff-commit/commit/1b00a71c0fc5696996ef0978157760bd934a4900))
25+
326
## [0.0.8](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.0.7...diff-commit-v0.0.8) (2024-10-25)
427

528

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