Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yxw007 committed Nov 23, 2024
1 parent 3f2e236 commit 87e7f5a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/yxw007/translate/compare/v0.0.20...v0.1.0)

### 🚀 Enhancements

- Add OpenAI engine support ([83b4b05](https://github.com/yxw007/translate/commit/83b4b05))
- Add addEngine and removeEngine function in Translator ([85afe9d](https://github.com/yxw007/translate/commit/85afe9d))
- Add OpenAI engine support ([269746b](https://github.com/yxw007/translate/commit/269746b))

### 📖 Documentation

- Improve README ([3f2e236](https://github.com/yxw007/translate/commit/3f2e236))

### ❤️ Contributors

- Potter <[email protected]>

## v0.0.20

[compare changes](https://github.com/yxw007/translate/compare/v0.0.19...v0.0.20)
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": "@yxw007/translate",
"version": "0.0.20",
"version": "0.1.0",
"description": "A simple library that supports multiple translation engines",
"author": "Potter<[email protected]>",
"homepage": "https://github.com/yxw007/translate",
Expand Down

0 comments on commit 87e7f5a

Please sign in to comment.