Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-05-17)

### ✨ Features

* add config ([0f266a1](0f266a1))
* add hook ([ed15d31](ed15d31))
* add issues list ([2357f49](2357f49))
* **ai**: add ChatGPT-generated commit message ([7383ca4](7383ca4))
* **config**: Add ability to set OpenAI API proxy URL ([2da618e](2da618e))
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent 2da618e commit 47b35af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

# 1.0.0 (2023-05-17)

### ✨ Features

- add config ([0f266a1](https://github.com/canisminor1990/lobe-commit/commit/0f266a1))
- add hook ([ed15d31](https://github.com/canisminor1990/lobe-commit/commit/ed15d31))
- add issues list ([2357f49](https://github.com/canisminor1990/lobe-commit/commit/2357f49))
- **ai**: add ChatGPT-generated commit message ([7383ca4](https://github.com/canisminor1990/lobe-commit/commit/7383ca4))
- **config**: Add ability to set OpenAI API proxy URL ([2da618e](https://github.com/canisminor1990/lobe-commit/commit/2da618e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/commit-cli",
"version": "0.0.0",
"version": "1.0.0",
"description": "Lobe Commit is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages",
"keywords": [
"ai",
Expand Down

0 comments on commit 47b35af

Please sign in to comment.