Skip to content

Commit

Permalink
🔖 chore(release): @lobehub/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.3.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])
<sup>Released on **2024-08-06**</sup>

#### ✨ Features

- **misc**: Add concurrency pMap to lobe seo, Add custom top-p, Add includeMatter config to lobe i18n, Add lobe seo cli, Add new model info, I18n add token info output, Update i18n config, Update models [force patch], Update seo config, Update seo logic.

#### 🐛 Bug Fixes

- **misc**: Fix dependency deprecation warning, Fix glob path in windows, Fix i18n defineConfig, Fix i18n merge, Fix lobe-i18n, Fix locale progress, Fix log, Fix max token, Fix max token calc, Update deps.

<br/>

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

#### What's improved

* **misc**: Add concurrency pMap to lobe seo ([fd5141d](fd5141d))
* **misc**: Add custom top-p, closes [#107](#107) ([0ed03c2](0ed03c2))
* **misc**: Add includeMatter config to lobe i18n ([3181ed9](3181ed9))
* **misc**: Add lobe seo cli ([bb1b860](bb1b860))
* **misc**: Add new model info ([cbe785e](cbe785e))
* **misc**: I18n add token info output ([240e7ca](240e7ca))
* **misc**: Update i18n config ([dded0e0](dded0e0))
* **misc**: Update models [force patch] ([9608217](9608217))
* **misc**: Update seo config ([9ca366c](9ca366c))
* **misc**: Update seo logic ([c386970](c386970))

#### What's fixed

* **misc**: Fix dependency deprecation warning, closes [#86](#86) ([c869253](c869253))
* **misc**: Fix glob path in windows ([f5fb6fb](f5fb6fb))
* **misc**: Fix i18n defineConfig ([2513ce1](2513ce1))
* **misc**: Fix i18n merge ([bb6e15d](bb6e15d))
* **misc**: Fix lobe-i18n ([e064841](e064841))
* **misc**: Fix locale progress ([69931ca](69931ca))
* **misc**: Fix log ([d4bc39c](d4bc39c))
* **misc**: Fix max token ([536f69e](536f69e))
* **misc**: Fix max token calc ([4318d15](4318d15))
* **misc**: Update deps ([88832ec](88832ec))

</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 Aug 6, 2024
1 parent 5b0b283 commit 3013cc9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/lobe-label/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

### [Version 1.3.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2024-08-06**</sup>

#### 🐛 Bug Fixes

- **misc**: Update deps.

<br/>

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

#### What's fixed

- **misc**: Update deps ([88832ec](https://github.com/lobehub/lobe-cli-toolbox/commit/88832ec))

</details>

<div align="right">

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

</div>

## [Version 1.3.0](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2023-11-23**</sup>
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/label-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "Automatically copy issues labels from template repo",
"keywords": [
"create",
Expand Down

0 comments on commit 3013cc9

Please sign in to comment.