Skip to content

Commit

Permalink
chore(release): v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Dec 17, 2024
1 parent 9fb0b9d commit 6047ce1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## v1.0.10

[compare changes](https://github.com/h7ml/ai-markdown-translator/compare/v1.0.8...v1.0.10)

### 💅 Refactors

- 优化翻译完成后的控制台输出信息 ([fb80347](https://github.com/h7ml/ai-markdown-translator/commit/fb80347))

### 📖 Documentation

- **README:** Update README-zh.md ([8ceca79](https://github.com/h7ml/ai-markdown-translator/commit/8ceca79))

### 🏡 Chore

- **release:** Update CHANGELOG for v1.0.8 [skip ci] ([d17947d](https://github.com/h7ml/ai-markdown-translator/commit/d17947d))

### ❤️ Contributors

- H7ml ([@h7ml](http://github.com/h7ml))
- GitHub Action ([@dextr7](http://github.com/dextr7))

## v1.0.9

[compare changes](https://github.com/h7ml/ai-markdown-translator/compare/v1.0.8...v1.0.9)

### 📖 Documentation

- **README:** Update README-zh.md ([8ceca79](https://github.com/h7ml/ai-markdown-translator/commit/8ceca79))
- **README:** Update README-zh.md ([687ae3f](https://github.com/h7ml/ai-markdown-translator/commit/687ae3f))

### 🏡 Chore

- **release:** Update CHANGELOG for v1.0.8 [skip ci] ([d17947d](https://github.com/h7ml/ai-markdown-translator/commit/d17947d))

### ❤️ Contributors

- GitHub Action ([@dextr7](http://github.com/dextr7))

## [1.0.7](https://github.com/h7ml/ai-markdown-translator/compare/v1.0.6...v1.0.7) (2024-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-markdown-translator",
"version": "1.0.8",
"version": "1.0.10",
"description": "CLI tool to translate Markdown files using OpenAI's language models while preserving the original formatting.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 6047ce1

Please sign in to comment.