Skip to content

Commit 7358184

Browse files
build(main): 🔖 Release diff-commit 0.1.3 (#24)
--- ## [0.1.3](diff-commit-v0.1.2...diff-commit-v0.1.3) (2024-10-26) ### Documentation * **readme:** update documentation with screenshots and tables ([553d886](553d886)) * **screenshots:** add demo videos for diff-commit commands ([e6557a9](e6557a9)) * **screenshots:** add gif demos for diff-commit commands ([bcc4240](bcc4240)) * **screenshots:** remove unused mp4 files from screenshots directory ([3fdc585](3fdc585)) --- 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 553d886 commit 7358184

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.1.2...diff-commit-v0.1.3) (2024-10-26)
4+
5+
6+
### Documentation
7+
8+
* **readme:** update documentation with screenshots and tables ([553d886](https://github.com/tsdevau/diff-commit/commit/553d886a6eb03b3a1aaae96a101e527a42b50051))
9+
* **screenshots:** add demo videos for diff-commit commands ([e6557a9](https://github.com/tsdevau/diff-commit/commit/e6557a9ab97916c63ee619f3b0d09b804e9ca15c))
10+
* **screenshots:** add gif demos for diff-commit commands ([bcc4240](https://github.com/tsdevau/diff-commit/commit/bcc42404bcc29c3b962ede42be37e8b729a427d9))
11+
* **screenshots:** remove unused mp4 files from screenshots directory ([3fdc585](https://github.com/tsdevau/diff-commit/commit/3fdc5850a4082dac712e968f2d254438a24ecc27))
12+
313
## [0.1.2](https://github.com/tsdevau/diff-commit/compare/diff-commit-v0.1.1...diff-commit-v0.1.2) (2024-10-26)
414

515

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