Skip to content

Commit b75c494

Browse files
committed
chore: Release v1.0.16
1 parent 54e5959 commit b75c494

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Changelog
2+
3+
## <small>1.0.16 (2025-03-25)</small>
4+
5+
* ci(release): 优化 NPM 发布流程 ([54e5959](https://github.com/h7ml/ai-markdown-translator/commit/54e5959))
6+
* build(release): 添加 release-it 配置并更新相关文件 ([ae6fd92](https://github.com/h7ml/ai-markdown-translator/commit/ae6fd92))
7+
* Fix: Path error for log ([9887d56](https://github.com/h7ml/ai-markdown-translator/commit/9887d56))
8+
* Fix: Print help only for main yargs process ([bc0e174](https://github.com/h7ml/ai-markdown-translator/commit/bc0e174))
9+
* Fix: Remove default open ai url while input args step ([047132e](https://github.com/h7ml/ai-markdown-translator/commit/047132e))
10+
* Fix: Roll back system role for compatibility ([c513857](https://github.com/h7ml/ai-markdown-translator/commit/c513857))
11+
* Update: CI config and reflect PR comment ([ba56eca](https://github.com/h7ml/ai-markdown-translator/commit/ba56eca))
12+
* Update: Cli description for locale flag ([6425aa0](https://github.com/h7ml/ai-markdown-translator/commit/6425aa0))
13+
* Update: Disable api type arg for now ([7b74154](https://github.com/h7ml/ai-markdown-translator/commit/7b74154))
14+
* Refactor: Clear name for two types of path ([38e781a](https://github.com/h7ml/ai-markdown-translator/commit/38e781a))
15+
* Refactor: Prepare before implement response API ([35a16c5](https://github.com/h7ml/ai-markdown-translator/commit/35a16c5))
16+
* Comment: For i18n.ts ([c7f87da](https://github.com/h7ml/ai-markdown-translator/commit/c7f87da))
17+
* Feat: Apply locale for cli help ([f5a75e8](https://github.com/h7ml/ai-markdown-translator/commit/f5a75e8))
18+
* Add: Example for .env configs ([0873def](https://github.com/h7ml/ai-markdown-translator/commit/0873def))
19+
* Hotfix: Wrong condition for use OpenAI module ([04d0672](https://github.com/h7ml/ai-markdown-translator/commit/04d0672))
20+
21+
## [1.0.16](https://github.com/h7ml/ai-markdown-translator/compare/v1.0.15...v1.0.16) (2025-03-25)
22+
23+
24+
125
## [1.0.14](https://github.com/h7ml/ai-markdown-translator/compare/v1.0.15...v1.0.14) (2025-03-25)
226

327

package-lock.json

Lines changed: 2 additions & 2 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-markdown-translator",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "CLI tool to translate Markdown files using OpenAI's language models while preserving the original formatting.",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)