Skip to content

Commit

Permalink
🔖 chore(release): @lobehub/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [Version 2.1.0](https://github.com/lobehub/commit-cli/compare/@lobehub/[email protected]...@lobehub/[email protected])
<sup>Released on **2023-07-11**</sup>

#### ✨ Features

- **misc**: Add dependencies, scripts, and tests to package.json, Update test files and tsconfig.json in lobe-cli-ui and lobe-commit.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add dependencies, scripts, and tests to package.json ([2c7a965](2c7a965))
* **misc**: Update test files and tsconfig.json in lobe-cli-ui and lobe-commit ([f03c3b7](f03c3b7))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jul 11, 2023
1 parent f1872bb commit 3ee320b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions packages/lobe-commit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

# Changelog

## [Version 2.1.0](https://github.com/lobehub/commit-cli/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2023-07-11**</sup>

#### ✨ Features

- **misc**: Add dependencies, scripts, and tests to package.json, Update test files and tsconfig.json in lobe-cli-ui and lobe-commit.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- **misc**: Add dependencies, scripts, and tests to package.json ([2c7a965](https://github.com/lobehub/commit-cli/commit/2c7a965))
- **misc**: Update test files and tsconfig.json in lobe-cli-ui and lobe-commit ([f03c3b7](https://github.com/lobehub/commit-cli/commit/f03c3b7))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### Dependencies

- **@lobehub/cli-ui:** upgraded to 1.0.0

## [Version 2.0.0](https://github.com/lobehub/commit-cli/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2023-07-11**</sup>
Expand Down
4 changes: 2 additions & 2 deletions packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/commit-cli",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lobe Commit is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages",
"keywords": [
"ai",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "latest",
"@lobehub/cli-ui": "1.0.0",
"chalk": "^5",
"cliui": "^8",
"conf": "^11",
Expand Down

0 comments on commit 3ee320b

Please sign in to comment.