Skip to content

Commit 3013cc9

Browse files
🔖 chore(release): @lobehub/[email protected] [skip ci]
### [Version&nbsp;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>
1 parent 5b0b283 commit 3013cc9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/lobe-label/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# Changelog
44

5+
### [Version 1.3.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])
6+
7+
<sup>Released on **2024-08-06**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Update deps.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's fixed
19+
20+
- **misc**: Update deps ([88832ec](https://github.com/lobehub/lobe-cli-toolbox/commit/88832ec))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
530
## [Version 1.3.0](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])
631

732
<sup>Released on **2023-11-23**</sup>

packages/lobe-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/label-cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Automatically copy issues labels from template repo",
55
"keywords": [
66
"create",

0 commit comments

Comments
 (0)