Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 781c87b

Browse files
committed
chore: bump version to 0.0.2
1 parent 83a6689 commit 781c87b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Diff Commit
22

3-
![Version](https://img.shields.io/badge/version-0.0.1-blue)
3+
![Version](https://img.shields.io/badge/version-0.0.2-blue)
44

55
Automates the creation of standardized Git commit messages using [OpenAI's API](https://platform.openai.com/docs/).
66

package-lock.json

Lines changed: 4 additions & 4 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,6 +1,6 @@
11
{
22
"name": "ai-diff-commit",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A CLI tool to generate commit messages using AI, powered by OpenAI.",
55
"main": "dist/main.js",
66
"bin": {

0 commit comments

Comments
 (0)