Skip to content

Commit ad0aed1

Browse files
build((main)): 🔖 Release diff-commit 0.0.2 (#13)
--- ## [0.0.2](diff-commit-v0.0.1...diff-commit-v0.0.2) (2024-10-24) ### Features, Additions & Updates * **build:** update TypeScript build configuration and entry point path ([18287e8](18287e8)) * **config:** enhance package.json with model selection and metadata ([37a8282](37a8282)) * **extension:** extract default values and add message formatting ([7fb8a13](7fb8a13)) * **extension:** implement git diff commit message generator ([d5d2e46](d5d2e46)) * **extension:** improve API key handling and commit message processing ([9fd800b](9fd800b)) * **setup:** initialize package.json with project configuration ([bc5482b](bc5482b)) ### Bug Fixes * **config:** add src directory to vitest typescript config ([4155529](4155529)) ### Documentation * **readme:** enhance documentation with model options and clearer descriptions ([45a3ba7](45a3ba7)) * **readme:** enhance documentation with model options and clearer descriptions ([c06901a](c06901a)) * **readme:** update requirements and simplify usage instructions ([02c8c2b](02c8c2b)) * **repo:** add initial project documentation and MIT license ([bd0c08d](bd0c08d)) ### DX Maintenance & Configuration * **assets:** add TPS company logo image ([6195576](6195576)) * **build:** update .vscodeignore patterns for extension packaging ([54c598d](54c598d)) * **config:** add prettier and eslint configurations ([ed0f9b8](ed0f9b8)) * **config:** add release-please and vscode ignore configuration ([fbd86bd](fbd86bd)) * **config:** remove schema reference from release-please manifest ([8547c8d](8547c8d)) * **release-please:** remove bootstrap-sha and last-release-sha config options ([b5990dd](b5990dd)) * **release-please:** update configuration to use packages structure ([fa3b470](fa3b470)) * **release:** initialize release-please manifest with version 0.0.1 ([cb4f2ef](cb4f2ef)) * **release:** remove initial-version and add release-please manifest ([8e0c684](8e0c684)) * **release:** remove node release-type from release-please config ([bb96048](bb96048)) * **release:** update release-please config and manifest files ([939e847](939e847)) * **release:** update release-please config with semantic version controls ([a5df457](a5df457)) * **release:** update release-please config with versioning structure ([f948294](f948294)) * **test:** update vitest config with silent mode and exclude patterns ([3ebfae0](3ebfae0)) * **typescript:** add typescript configuration files and vitest setup ([b0e9b4e](b0e9b4e)) * **vscode:** update launch.json outFiles path pattern to include all JS files ([3183619](3183619)) * **workflow:** reorder release-please workflow yaml sections for better readability ([e7547ce](e7547ce)) ### DX Testing * **unit:** add comprehensive test suite for extension functionality ([75db245](75db245)) ### DX Continuous Integrations * **github:** add workflows and IDE configuration files ([1256ee8](1256ee8)) * **release-please:** simplify config file paths in workflow ([1f9adf6](1f9adf6)) * **release-please:** update configuration to use latest schema and simplify workflow ([546fc21](546fc21)) * **release:** add node release type to release-please workflow config ([ff9ad1e](ff9ad1e)) * **release:** configure release-please manifest and enhance workflow ([0da48f8](0da48f8)) * **release:** remove redundant release-please config options ([fbcb719](fbcb719)) * **release:** update release-please config to use JSON configuration file ([fc123f2](fc123f2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8547c8d commit ad0aed1

File tree

4 files changed

+67
-4
lines changed

4 files changed

+67
-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.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.0.1...diff-commit-v0.0.2) (2024-10-24)
4+
5+
6+
### Features, Additions & Updates
7+
8+
* **build:** update TypeScript build configuration and entry point path ([18287e8](https://github.com/tsdevau/diff-commit/commit/18287e804c1eaa497c07a31a8c1a9bb760527b07))
9+
* **config:** enhance package.json with model selection and metadata ([37a8282](https://github.com/tsdevau/diff-commit/commit/37a8282b6f0330d7d1bb2f61ee55a5e5d38aae0a))
10+
* **extension:** extract default values and add message formatting ([7fb8a13](https://github.com/tsdevau/diff-commit/commit/7fb8a1333387812066f14e4063bcb60366aaa125))
11+
* **extension:** implement git diff commit message generator ([d5d2e46](https://github.com/tsdevau/diff-commit/commit/d5d2e4643b47c4490b1bc03808ae2e7592160d87))
12+
* **extension:** improve API key handling and commit message processing ([9fd800b](https://github.com/tsdevau/diff-commit/commit/9fd800b72d24babd9d665cdfce32b3ae8b7c9fe0))
13+
* **setup:** initialize package.json with project configuration ([bc5482b](https://github.com/tsdevau/diff-commit/commit/bc5482bdfa302911690585fd94c04cc0ca2066e0))
14+
15+
16+
### Bug Fixes
17+
18+
* **config:** add src directory to vitest typescript config ([4155529](https://github.com/tsdevau/diff-commit/commit/41555290ccf2ec23781743facf0d7b69319f9c62))
19+
20+
21+
### Documentation
22+
23+
* **readme:** enhance documentation with model options and clearer descriptions ([45a3ba7](https://github.com/tsdevau/diff-commit/commit/45a3ba7b13e69ab6437ce04db560ea76937dc9ba))
24+
* **readme:** enhance documentation with model options and clearer descriptions ([c06901a](https://github.com/tsdevau/diff-commit/commit/c06901a7665cc6ef9fcaa671c12cacdffb9d2edd))
25+
* **readme:** update requirements and simplify usage instructions ([02c8c2b](https://github.com/tsdevau/diff-commit/commit/02c8c2b75aea2e1ece61f759e245334c61feb4d5))
26+
* **repo:** add initial project documentation and MIT license ([bd0c08d](https://github.com/tsdevau/diff-commit/commit/bd0c08d83814a3e5d3bfc6ab35c024775b0684e9))
27+
28+
29+
### DX Maintenance & Configuration
30+
31+
* **assets:** add TPS company logo image ([6195576](https://github.com/tsdevau/diff-commit/commit/6195576d877c6b9a1d3764212f8cbdcfcd4a9d0a))
32+
* **build:** update .vscodeignore patterns for extension packaging ([54c598d](https://github.com/tsdevau/diff-commit/commit/54c598d4c532e9084a97762c59a0b6e5af77e382))
33+
* **config:** add prettier and eslint configurations ([ed0f9b8](https://github.com/tsdevau/diff-commit/commit/ed0f9b8a382f5883849fd354e4dc674ffa2039d5))
34+
* **config:** add release-please and vscode ignore configuration ([fbd86bd](https://github.com/tsdevau/diff-commit/commit/fbd86bd309fc50bda8713c8b0daeee3e098039d1))
35+
* **config:** remove schema reference from release-please manifest ([8547c8d](https://github.com/tsdevau/diff-commit/commit/8547c8d3639fafc920866adf9cc612eea784f0d4))
36+
* **release-please:** remove bootstrap-sha and last-release-sha config options ([b5990dd](https://github.com/tsdevau/diff-commit/commit/b5990ddbc38f11755dac2995c5ea02fb9173a98e))
37+
* **release-please:** update configuration to use packages structure ([fa3b470](https://github.com/tsdevau/diff-commit/commit/fa3b470369dc5df6e04b37d52d88b5d1bdb5dcd0))
38+
* **release:** initialize release-please manifest with version 0.0.1 ([cb4f2ef](https://github.com/tsdevau/diff-commit/commit/cb4f2ef8cd627e72cf6daedf69972d4e1a36c14c))
39+
* **release:** remove initial-version and add release-please manifest ([8e0c684](https://github.com/tsdevau/diff-commit/commit/8e0c68419df6dfcf95aed946e81cbc350f8b39a8))
40+
* **release:** remove node release-type from release-please config ([bb96048](https://github.com/tsdevau/diff-commit/commit/bb9604882754a92bf57087ee7ddeedbb1d2100bc))
41+
* **release:** update release-please config and manifest files ([939e847](https://github.com/tsdevau/diff-commit/commit/939e847dff81092f3fedbb86824484743eba6f59))
42+
* **release:** update release-please config with semantic version controls ([a5df457](https://github.com/tsdevau/diff-commit/commit/a5df4571b310e6671c448b66c1d2311ab075c3c4))
43+
* **release:** update release-please config with versioning structure ([f948294](https://github.com/tsdevau/diff-commit/commit/f948294e9cfb6bc2360338025268a3358af8c418))
44+
* **test:** update vitest config with silent mode and exclude patterns ([3ebfae0](https://github.com/tsdevau/diff-commit/commit/3ebfae07f98ffa84fa0bf6147b766455a24b36f5))
45+
* **typescript:** add typescript configuration files and vitest setup ([b0e9b4e](https://github.com/tsdevau/diff-commit/commit/b0e9b4e94871b5d5cab07bc8ab644e22d4e703e7))
46+
* **vscode:** update launch.json outFiles path pattern to include all JS files ([3183619](https://github.com/tsdevau/diff-commit/commit/3183619fe367e174e4f34f00783c8c5ce3bc64d5))
47+
* **workflow:** reorder release-please workflow yaml sections for better readability ([e7547ce](https://github.com/tsdevau/diff-commit/commit/e7547ce7180ccbd34e2850cde86828dd24b27b5e))
48+
49+
50+
### DX Testing
51+
52+
* **unit:** add comprehensive test suite for extension functionality ([75db245](https://github.com/tsdevau/diff-commit/commit/75db245a355f2162317455e88a080ad2896e3b49))
53+
54+
55+
### DX Continuous Integrations
56+
57+
* **github:** add workflows and IDE configuration files ([1256ee8](https://github.com/tsdevau/diff-commit/commit/1256ee825af924c5acdd6eaed4c1d8138ac59ee2))
58+
* **release-please:** simplify config file paths in workflow ([1f9adf6](https://github.com/tsdevau/diff-commit/commit/1f9adf66a1fdbd7f2516530bdeeb30eb9aac7be2))
59+
* **release-please:** update configuration to use latest schema and simplify workflow ([546fc21](https://github.com/tsdevau/diff-commit/commit/546fc213090bdca6e55a5cdf5645a55e8b9f7382))
60+
* **release:** add node release type to release-please workflow config ([ff9ad1e](https://github.com/tsdevau/diff-commit/commit/ff9ad1e13cf78648820885deff844f616159d7d9))
61+
* **release:** configure release-please manifest and enhance workflow ([0da48f8](https://github.com/tsdevau/diff-commit/commit/0da48f88b91ad9fdf4b5d9bdb4b36ae4337ae263))
62+
* **release:** remove redundant release-please config options ([fbcb719](https://github.com/tsdevau/diff-commit/commit/fbcb71960c993f60cd7677b9bb82d7b06ef1222e))
63+
* **release:** update release-please config to use JSON configuration file ([fc123f2](https://github.com/tsdevau/diff-commit/commit/fc123f29dc6230dd0fc18d7a3aaa9ec6647cc6cb))

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