Skip to content

Commit

Permalink
Merge pull request #102 from translate-tools/release-2.0.1-fix-google…
Browse files Browse the repository at this point in the history
…-translator

Release patch version 2.0.1
  • Loading branch information
vitonsky committed Jun 16, 2024
2 parents e2f0612 + 3ca66be commit b151cd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 2.0.1

[#100](https://github.com/translate-tools/core/issues/100) - fixed chinese language for google translator

# 2.0.0

[#90](https://github.com/translate-tools/core/issues/90) - implemented option `fetcher` and removed option `corsProxy` for translators. See [migration guide](https://github.com/translate-tools/core/blob/master/docs/migrations/migration-v2.md) to make changes.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@translate-tools/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "A free and unlimited API for Google Translate, Yandex, Bing",
"keywords": [
"translate",
Expand Down

0 comments on commit b151cd0

Please sign in to comment.